feat: add content to 'Unauthorized' page

This commit is contained in:
Luca 2024-11-02 20:47:55 +01:00
parent 4b4a85d1aa
commit 43af8e9cc4
1 changed files with 5 additions and 0 deletions

View File

@ -3,3 +3,8 @@
{% load i18n %}
{% block page_title %}{% translate "Unauthorized" %}{% endblock %}
{% block content %}
<h1>{% translate "Unauthorized" %}</h1>
<p>{% translate "Please log in to use this application." %}</p>
{% endblock %}