diff --git a/lelcsc/core/templates/core/unauthorized.html b/lelcsc/core/templates/core/unauthorized.html index aa285b5..ea2dc92 100644 --- a/lelcsc/core/templates/core/unauthorized.html +++ b/lelcsc/core/templates/core/unauthorized.html @@ -3,3 +3,8 @@ {% load i18n %} {% block page_title %}{% translate "Unauthorized" %}{% endblock %} + +{% block content %} +
{% translate "Please log in to use this application." %}
+{% endblock %}