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