Last Changes email send
This commit is contained in:
@@ -11,3 +11,26 @@
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% if messages %}
|
||||||
|
{% for message in messages %}
|
||||||
|
<div class="alert
|
||||||
|
{% if message.tags == "error" %}
|
||||||
|
alert-danger
|
||||||
|
{% elif message.tags == "info" %}
|
||||||
|
alert-info
|
||||||
|
{% elif message.tags == "debug" %}
|
||||||
|
alert-dark
|
||||||
|
{% elif message.tags == "success" %}
|
||||||
|
alert-success
|
||||||
|
{% elif message.tags == "warning" %}
|
||||||
|
alert-warning
|
||||||
|
{% endif %}
|
||||||
|
alert-dismissible fade show" role="alert">
|
||||||
|
<strong>{{ message }}</strong>
|
||||||
|
|
||||||
|
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
|
||||||
|
<span aria-hidden="true">×</span>
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
{% endfor %}
|
||||||
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user