summaryrefslogtreecommitdiff
path: root/templates/login.html.ep
diff options
context:
space:
mode:
Diffstat (limited to 'templates/login.html.ep')
-rw-r--r--templates/login.html.ep7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/login.html.ep b/templates/login.html.ep
index 4e6097f..ce89813 100644
--- a/templates/login.html.ep
+++ b/templates/login.html.ep
@@ -96,4 +96,11 @@
<div class="col s3 m3 l3">
</div>
</div>
+ % if (app->config->{registration}{disabled}) {
+ <div class="row" style="margin-top: 2em;">
+ <div class="col s12 center-align">
+ <em>Diese Instanz erlaubt derzeit keine Registrierung neuer Accounts</em>
+ </div>
+ </div>
+ % }
%= end