bijoe/bijoe/templates/bijoe/unauthorized.html

8 lines
189 B
HTML

{% extends "bijoe/base.html" %}
{% block content %}
<p>
<i>{% trans "You are not authorized to access this service, please ask your administrator for access." %}</i>
</p>
{% endblock %}