mirror of
https://github.com/derf/travelynx
synced 2024-11-10 06:54:17 +00:00
login: Add a 'registration disabled' hint if registration is disabled
This commit is contained in:
parent
6364751eb1
commit
f52286f9b2
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue