1
0
mirror of https://github.com/moepman/bk-dss synced 2024-09-21 03:54:46 +02: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 %}