contentdb/app/templates/500.html
qwerty123a2 6edc4645d2
Makes it clear that an error occurred. (#390)
Co-authored-by: rubenwardy <rw@rubenwardy.com>
2022-09-25 15:35:23 +01:00

13 lines
253 B
HTML

{% extends "base.html" %}
{% block title %}
500 - Internal Server Error
{% endblock %}
{% block content %}
<h1>{{ self.title() }}</h1>
<p>
An error has occurred whilst loading this page. The ContentDB team has been notified.
</p>
{% endblock %}