X-Git-Url: http://git.cascardo.info/?p=cascardo%2Fipsilon.git;a=blobdiff_plain;f=templates%2Fadmin%2Flogin.html;h=9f51d027b7375bda875af0d0967d5b2cfaa06c6b;hp=1957a7fc8651edf77b1959a661b458e0ceaac7b6;hb=1e66ada5e35cd69841eb314062266745b0755174;hpb=dbcead832f700ad63dc382648f0e3b1b84cd4d23 diff --git a/templates/admin/login.html b/templates/admin/login.html index 1957a7f..9f51d02 100644 --- a/templates/admin/login.html +++ b/templates/admin/login.html @@ -2,16 +2,21 @@ {% block main %} {% if user.is_admin %}

Login plugins

+ {% if message %} +
+

{{ message }}

+
+ {% endif %} {% for p in available %}
{{ p }}
{% if p in enabled %} - Disable + Disable Configure {% else %} - Enable + Enable {% endif %}