custom 404 page
This commit is contained in:
@@ -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 %}
|
||||
Reference in New Issue
Block a user