diff options
-rw-r--r-- | templates/login.html.ep | 7 |
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 |