diff options
Diffstat (limited to 'ctrack/templates/403.html')
-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 %} |