X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/972d5d8a7e5450d9c3784feda363eee56f3ad269..823e1f88e81566da882920c4cfc9459350fd80a8:/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 %}