members.lumbung.space/members_lumbung_space/templates/invalid.html

9 lines
212 B
HTML
Raw Permalink Normal View History

2022-01-10 12:34:17 +00:00
{% extends "base.html" %}
2022-01-13 08:35:17 +00:00
{% include 'nav.html' %}
2022-01-10 12:34:17 +00:00
{% block content %}
<p>Woops, something went wrong: {{ message }}</p>
<p>Please contact your system adminstrator if this is unexpected.</p>
{% endblock %}