forked from moepman/bk-dss
1
0
Fork 0
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 %}