X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/a73791f16d10ea0e2c477f29d9049d75516aa774..1e852867ef61f99a5b96369b986b9a858310af56:/data/templates/forbidden.htm diff --git a/data/templates/forbidden.htm b/data/templates/forbidden.htm index ad40a9f..b32962c 100644 --- a/data/templates/forbidden.htm +++ b/data/templates/forbidden.htm @@ -1,21 +1,28 @@ {% extends "base.htm" %} {% block title %}Access Denied{% endblock %} +{% block meta %} + +{% endblock %} + {% block content %} -
- Access Denied - -
+

Access Denied

+{% if identity %} +

+ You are logged in with the following OpenID: +

+

+ {{identity}} +

+

+ Unfortunately, your OpenID is not unlocked. + Contact the site administrator to get access. +

+{% else %} +

+ We're sorry; but you have to log in to access this page. +

+{% endif %} {% endblock %} -{% block sidebar %} - {% if recents.results %} -

Recently created

- - {% endif %} -{% endblock %}