mirror of https://github.com/CIRCL/url-abuse
Add div alert success when a mail is sent
parent
075a1202b3
commit
c1bf7ede52
|
@ -23,7 +23,7 @@
|
|||
{% if messages %}
|
||||
<div class="flashes alert">
|
||||
{% for message in messages %}
|
||||
<center>{{ message }}</center>
|
||||
<center><div class="alert alert-success">{{ message }}</div></center>
|
||||
{% endfor %}
|
||||
</div>
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in New Issue