1
0
mirror of https://github.com/moepman/bk-dss synced 2024-11-13 07:45:25 +01:00
bk-dss/templates/error.html

5 lines
91 B
HTML
Raw Normal View History

{% extends "base.html" %}
{% block content %}
<p>Error: {{ message }}</p>
{% endblock %}