Change not authorized message
This commit is contained in:
parent
cf63cc2344
commit
2a93408179
|
|
@ -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 %}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue