1
0
mirror of https://github.com/moepman/bk-dss synced 2024-06-29 17:25:09 +02:00
bk-dss/templates/success.html

8 lines
222 B
HTML
Raw Normal View History

2016-03-20 16:33:23 +01:00
{% extends "_base.html" %}
{% block content %}
<div class="alert alert-success" role="alert">
<span class="glyphicon glyphicon-ok" aria-hidden="true"></span>
{{ message }}
</div>
{% endblock %}