X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/972d5d8a7e5450d9c3784feda363eee56f3ad269..d5901a1fcc8b79f9a23bd3888ef2f281f07b9459:/data/templates/forbidden.htm diff --git a/data/templates/forbidden.htm b/data/templates/forbidden.htm index 04b8fb6..76e728c 100644 --- a/data/templates/forbidden.htm +++ b/data/templates/forbidden.htm @@ -1,15 +1,28 @@ {% extends "base.htm" %} {% block title %}Access Denied{% endblock %} +{% block meta %} + +{% endblock %} + {% block content %} -acces denied

Access Denied

+{% if identity %} +

+ You are logged in with the following OpenID: +

+

+ {{identity}} +

- We're sorry; but you are not allowed to access this page. + Unfortunately, your OpenID is not unlocked. + Contact the site administrator to get access.

+{% else %}

- You may log in if you want. + We're sorry; but you have to log in to access this page.

+{% endif %} {% endblock %}