This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
django-kerberos/src/django_kerberos/templates/django_kerberos/unauthorized.html

6 lines
115 B
HTML

{% extends "base.html" %}
{% block content %}
Access unauthorized please refresh your ticket cache
{% endblock %}