diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-05-27 17:07:18 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-05-27 17:07:18 +0100 |
commit | d2ae7679000b6299c408d34f88a1c5c66755288c (patch) | |
tree | b275e48697be74ed15e8d43bab2dafa88ae21137 /ctrack/templates | |
parent | fa674ad70439cea0de962b87e5ac4c4dc0fa16f7 (diff) |
need to fix permission denied 403 tests
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 %} |