mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 09:44:55 +02:00
Admin fixes
-login/logout error fix -debugging code removed
This commit is contained in:
@@ -1,10 +1,16 @@
|
||||
<div class="login-page">
|
||||
<div class="login-box">
|
||||
<div class="login-logo"><b>My</b>AAC</div>
|
||||
{% if errors %}
|
||||
<div class="alert alert-danger"><strong>Errors:</strong><br/>
|
||||
{% for error in errors %}
|
||||
<li>{{ error|raw }}</li>
|
||||
{% endfor %}
|
||||
</div>
|
||||
{% endif %}
|
||||
{% if logout %}
|
||||
<div class="toast bg-success fade show">
|
||||
<div class="toast-header"><strong class="mr-auto">Status</strong></div>
|
||||
<div class="toast-body">{{ logout }}</div>
|
||||
<div class="alert alert-success"><strong>Status:</strong><br/>
|
||||
{{ logout }}
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
@@ -44,4 +50,4 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
Reference in New Issue
Block a user