diff options
Diffstat (limited to '')
-rw-r--r-- | ctrack/templates/403.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ctrack/templates/403.html b/ctrack/templates/403.html index 77db8ae..abce90a 100644 --- a/ctrack/templates/403.html +++ b/ctrack/templates/403.html @@ -5,5 +5,7 @@ {% block content %} <h1>Forbidden (403)</h1> +<p>Sorry. You do not have persmission to view this page.</p> + <p>CSRF verification failed. Request aborted.</p> {% endblock content %} |