1
0
mirror of https://github.com/moepman/bk-dss synced 2024-06-01 14:12:34 +02:00
bk-dss/templates/error.html

7 lines
163 B
HTML
Raw Normal View History

2016-03-20 16:10:00 +01:00
{% extends "_base.html" %}
{% block content %}
2016-03-20 16:10:00 +01:00
<div class="alert alert-danger" role="alert">
<p>Error: {{ message }}</p>
</div>
{% endblock %}