diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-05-27 21:19:48 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-05-27 21:19:48 +0100 |
commit | 266501b92967bb00e856312921533bb30d76cefc (patch) | |
tree | a0e715f9ede7e6edd596273a909cdd120ab75b22 /ctrack/templates/403.html | |
parent | f0d3c954ea216351c4c6018dd17e132fc4a63ee2 (diff) |
fixed test - now have proper permissions approach
Diffstat (limited to '')
-rw-r--r-- | ctrack/templates/403.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ctrack/templates/403.html b/ctrack/templates/403.html index abce90a..e722dd3 100644 --- a/ctrack/templates/403.html +++ b/ctrack/templates/403.html @@ -5,7 +5,7 @@ {% block content %} <h1>Forbidden (403)</h1> -<p>Sorry. You do not have persmission to view this page.</p> +<p>Sorry. You do not have permission to view this page.</p> <p>CSRF verification failed. Request aborted.</p> {% endblock content %} |