asklyphe/asklyphe-frontend/templates/admin/error.html

14 lines
248 B
HTML
Raw Permalink Normal View History

2025-03-12 12:32:15 -07:00
{% extends "admin/shell.html" %}
{% block title %}Error!{% endblock %}
{% block head %}
{% endblock %}
{% block page %}
<h1>uh oh!</h1>
<h2>an internal server error occurred:</h2>
<p>{{ error }}</p>
<h4>report to supervisor!</h4>
{% endblock %}