Add advice and finish size filter
This commit is contained in:
@@ -30,21 +30,20 @@
|
||||
<form action="{{ url_for('logout') }}" method="GET" style="display:inline;">
|
||||
<button type="submit">Déconnexion</button>
|
||||
</form>
|
||||
{% if session.alldebrid_active is defined %}
|
||||
{% if session.alldebrid_active %}
|
||||
<div class="second-header">
|
||||
✅ Service fonctionnel
|
||||
</div>
|
||||
{% else %}
|
||||
<div class="second-header">
|
||||
⚠️ Service en panne, je répare !
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
</header>
|
||||
|
||||
{% if session.alldebrid_active is defined %}
|
||||
{% if session.alldebrid_active %}
|
||||
<div class="second-header">
|
||||
✅ Service fonctionnel
|
||||
</div>
|
||||
{% else %}
|
||||
<div class="second-header">
|
||||
⚠️ Service en panne, je répare !
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
<main>
|
||||
{% block content %}{% endblock %}
|
||||
</main>
|
||||
|
||||
Reference in New Issue
Block a user