1
0
mirror of https://github.com/moepman/bk-dss synced 2024-09-21 03:54:46 +02:00
bk-dss/templates/error.html

7 lines
163 B
HTML

{% extends "_base.html" %}
{% block content %}
<div class="alert alert-danger" role="alert">
<p>Error: {{ message }}</p>
</div>
{% endblock %}