custom 404 page

This commit is contained in:
erichhasl
2017-11-19 16:42:05 +01:00
parent 80a91594da
commit da62902950
3 changed files with 17 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
{% extends "public/default.html" %}
{% block content %}
<h1>Huch? Wo willst du denn hin?</h1>
<p><a href="{% url "startpage:index" %}">Hier</a> geht es zurück zur Startseite.</p>
{% endblock %}