From 79b55c430d85e39da029c5c2006bf89c0683b13b Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 12 Sep 2021 08:15:59 +0200 Subject: allow registration to be disabled via config --- templates/landingpage.html.ep | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/landingpage.html.ep b/templates/landingpage.html.ep index b7ba22a..fa9bf8a 100644 --- a/templates/landingpage.html.ep +++ b/templates/landingpage.html.ep @@ -112,7 +112,9 @@
- Registrieren + % if (not app->config->{registration}{disabled}) { + Registrieren + % } Anmelden
-- cgit v1.2.3