diff --git a/lostplaces/templates/403.html b/lostplaces/templates/403.html index 6b0bd7d..29954f0 100644 --- a/lostplaces/templates/403.html +++ b/lostplaces/templates/403.html @@ -1,2 +1,9 @@ {% extends 'global.html'%} + {% block title %}Forbidden{% endblock %} + +{% block maincontent %} +{% if request.META.HTTP_REFERER %} +
+{% endif %} +{% endblock maincontent %} \ No newline at end of file