diff --git a/lostplaces/lostplaces_app/templates/global.html b/lostplaces/lostplaces_app/templates/global.html index 9c8dcf6..a75729d 100644 --- a/lostplaces/lostplaces_app/templates/global.html +++ b/lostplaces/lostplaces_app/templates/global.html @@ -8,7 +8,10 @@ {% block title %}Urban Exploration{% endblock %} - + + + {% block additional_head %} + {% endblock additional_head %} diff --git a/lostplaces/templates/403.html b/lostplaces/templates/403.html index 29954f0..d83805a 100644 --- a/lostplaces/templates/403.html +++ b/lostplaces/templates/403.html @@ -1,6 +1,13 @@ {% extends 'global.html'%} {% block title %}Forbidden{% endblock %} +{% block additional_head %} +{% if request.META.HTTP_REFERER %} +

Go Back

+ +{% endif %} + +{% endblock additional_head %} {% block maincontent %} {% if request.META.HTTP_REFERER %}