mirror of
https://github.com/moepman/bk-dss
synced 2024-11-16 20:29:12 +01:00
8 lines
222 B
HTML
8 lines
222 B
HTML
|
{% extends "_base.html" %}
|
||
|
{% block content %}
|
||
|
<div class="alert alert-success" role="alert">
|
||
|
<span class="glyphicon glyphicon-ok" aria-hidden="true"></span>
|
||
|
{{ message }}
|
||
|
</div>
|
||
|
{% endblock %}
|