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