diff --git a/templates/errors/generic.html b/templates/errors/generic.html index a626a5a..a132ec0 100644 --- a/templates/errors/generic.html +++ b/templates/errors/generic.html @@ -1,11 +1,39 @@ {% extends 'base.html' %} +{% block extrahead %} + +{% endblock %} {% block title %}Website Error - {% endblock %} {% block content %}
Probably a mistake. But you can use this link
or 'Edit this page' in the menu on the left to create this page if you are logged in. -
If you can't see that option in the menu, then you are not logged in and you can't create anything. +
Did you get lost ? + + {% include "menu.html" %} {% endblock %}