Fancy messages

This commit is contained in:
2020-08-12 20:24:39 +02:00
parent 1130ee70d9
commit 4ebc8f93f7
8 changed files with 66 additions and 7 deletions

View File

@@ -1,12 +1,11 @@
{% extends 'global.html'%}
{% block title %}Forbidden{% endblock %}
{% block additional_head %}
{% if request.META.HTTP_REFERER %}
<p class="LP-Headline"><a href="{{ request.META.HTTP_REFERER }}" class="LP-Link">Go Back</a></p>
<meta http-equiv="refresh" content="5;url={{ request.META.HTTP_REFERER }}" />
{% endif %}
{% endblock additional_head %}
{% block maincontent %}