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