This repository has been archived on 2025-03-12. You can view files and clone it, but cannot push or open issues or pull requests.
asklyphe-frontend/templates/admin/error.html

14 lines
248 B
HTML
Raw Normal View History

2025-03-07 17:13:57 -08: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 %}