1
0
mirror of https://github.com/moepman/bk-dss synced 2024-06-26 08:05:08 +02:00
bk-dss/templates/success.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 %}