mirror of
https://github.com/moepman/bk-dss
synced 2024-11-17 23:09:11 +01:00
7 lines
163 B
HTML
7 lines
163 B
HTML
{% extends "_base.html" %}
|
|
{% block content %}
|
|
<div class="alert alert-danger" role="alert">
|
|
<p>Error: {{ message }}</p>
|
|
</div>
|
|
{% endblock %}
|