contentdb/app/templates/500.html

13 lines
253 B
HTML
Raw Normal View History

2022-02-15 16:26:03 +01:00
{% 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.
2022-02-15 16:26:03 +01:00
</p>
{% endblock %}