mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-13 04:59:59 +02:00
role alert on success messages
This commit is contained in:
parent
79af4e6d33
commit
bf446b835a
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
{% if messages %}
|
{% if messages %}
|
||||||
{% for message in messages %}
|
{% for message in messages %}
|
||||||
<div class="usa-alert usa-alert--{{ message.tags }} usa-alert--slim margin-bottom-2">
|
<div class="usa-alert usa-alert--{{ message.tags }} usa-alert--slim margin-bottom-2" role="alert">
|
||||||
<div class="usa-alert__body {% if no_max_width %} maxw-none {% endif %}">
|
<div class="usa-alert__body {% if no_max_width %} maxw-none {% endif %}">
|
||||||
{{ message }}
|
{{ message }}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue