diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-05-28 16:12:13 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-05-28 16:12:13 +0100 |
commit | acf875c2bca1727306cb70aaa37e6f4595209786 (patch) | |
tree | 67390297bcd02b2481f5673629227dfea0884215 /ctrack/templates/403.html | |
parent | 4aaa68109434e04d1103710d675efd075b2f744a (diff) | |
parent | 520a9deb13f93c689443c0339b1c96a67f0c15a1 (diff) |
Merge branch 'stakeholder-profile'
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..e722dd3 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 permission to view this page.</p> + <p>CSRF verification failed. Request aborted.</p> {% endblock content %} |