403 Autoredirect

This commit is contained in:
2020-08-12 19:04:42 +02:00
parent b6b17f4caf
commit 9f3ed46b35
2 changed files with 11 additions and 1 deletions

View File

@@ -8,7 +8,10 @@
<link rel="icon" type="image/png" href="{% static 'favicon.ico' %}">
<title>
{% block title %}Urban Exploration{% endblock %}
</title>
</title>
{% block additional_head %}
{% endblock additional_head %}
</head>
<body>