1
0
mirror of https://github.com/moepman/bk-dss synced 2024-06-26 09:15:08 +02:00
bk-dss/templates/error.html

9 lines
279 B
HTML

{% extends "_base.html" %}
{% block content %}
<div class="alert alert-danger" role="alert">
<span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true"></span>
<span class="sr-only">Error:</span>
{{ message }}
</div>
{% endblock %}