X-Git-Url: http://git.cascardo.info/?p=cascardo%2Fipsilon.git;a=blobdiff_plain;f=templates%2Funauthorized.html;h=cdb34da4aea747c482a4e4bdc2fe3e6bcd61d2ec;hp=ee2f41235075e7eb8b11b23150a5c594686ad69e;hb=81ad559af403d4d62f21209d34ba00833e007300;hpb=4e4d0c1986ed37f6d2fc3553afce49fe700f5366 diff --git a/templates/unauthorized.html b/templates/unauthorized.html index ee2f412..cdb34da 100644 --- a/templates/unauthorized.html +++ b/templates/unauthorized.html @@ -2,7 +2,11 @@ {% block main %}

401 - Unauthorized

-

Authentication was not successful

+ {% if message: %} +

{{ message }}

+ {% else %} +

Authentication was not successful

+ {% endif %}

Try to login again

-{% endblock %} \ No newline at end of file +{% endblock %}