openspoolman/templates/error.html

7 lines
106 B
HTML
Raw Normal View History

{% extends 'base.html' %}
{% block content %}
<h1>Error</h1>
<p>{{ exception }}</p>
{% endblock %}