authentic/src/authentic2/templates/authentic2/unauthorized.html

11 lines
337 B
HTML

{% extends "authentic2/base-page.html" %}
{% load i18n gadjo %}
{% block page-title %}
{{ block.super }} - {% trans "Access denied" %}
{% endblock %}
{% block content %}
{% trans "You are not authorized to access this service, please contact your administrator." %} <a href="{{callback_url}}">{% trans "Back" %}</a>
{% endblock %}