mirror of https://github.com/interlegis/sapl.git
Leandro Roberto
6 years ago
3 changed files with 34 additions and 1 deletions
@ -0,0 +1,10 @@ |
|||||
|
{% load i18n compilacao_filters %} |
||||
|
|
||||
|
{% for message in messages %} |
||||
|
<div class="alert alert-{% if message.tags == 'error' %}danger{% else %}{{ message.tags }}{% endif %} alert-dismissible fade in" role="alert"> |
||||
|
<button type="button" class="close" data-dismiss="alert" aria-label="Close"> |
||||
|
<span class="glyphicon glyphicon-remove" aria-hidden="true"></span> |
||||
|
</button> |
||||
|
{{ message|safe }} |
||||
|
</div> |
||||
|
{% endfor %} |
Loading…
Reference in new issue