From 266501b92967bb00e856312921533bb30d76cefc Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Wed, 27 May 2020 21:19:48 +0100 Subject: fixed test - now have proper permissions approach --- ctrack/templates/403.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ctrack/templates/403.html') 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 %}

Forbidden (403)

-

Sorry. You do not have persmission to view this page.

+

Sorry. You do not have permission to view this page.

CSRF verification failed. Request aborted.

{% endblock content %} -- cgit v1.2.3