6 lines
185 B
HTML
6 lines
185 B
HTML
|
{% extends "base.html" %}
|
||
|
{% block content %}
|
||
|
<p>Woops, something went wrong: {{ message }}</p>
|
||
|
<p>Please contact your system adminstrator if this is unexpected.</p>
|
||
|
{% endblock %}
|