feat: add content to 'Unauthorized' page
This commit is contained in:
parent
4b4a85d1aa
commit
43af8e9cc4
|
@ -3,3 +3,8 @@
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
|
|
||||||
{% block page_title %}{% translate "Unauthorized" %}{% endblock %}
|
{% block page_title %}{% translate "Unauthorized" %}{% endblock %}
|
||||||
|
|
||||||
|
{% block content %}
|
||||||
|
<h1>{% translate "Unauthorized" %}</h1>
|
||||||
|
<p>{% translate "Please log in to use this application." %}</p>
|
||||||
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in New Issue