Change not authorized message

This commit is contained in:
Benjamin 2023-01-04 15:02:05 +01:00
parent cf63cc2344
commit 2a93408179

View file

@ -11,7 +11,7 @@
{% if next %} {% if next %}
<section> <section>
{% if user.is_authenticated %} {% if user.is_authenticated %}
<p>You are not authorized to access this site. Please inform Benjamin to get the corresponding authorization.</p> <p>You are not authorized to access this site. Please inform Benjamin to get the corresponding authorization or log in with an account with the necessary permissions.</p>
{% else %} {% else %}
<p>Please log in to view this site.</p> <p>Please log in to view this site.</p>
{% endif %} {% endif %}