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

9 lines
279 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">
2016-03-20 16:16:05 +01:00
<span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true"></span>
<span class="sr-only">Error:</span>
{{ message }}
2016-03-20 16:10:00 +01:00
</div>
{% endblock %}