Update alert messages with alert modules

This commit is contained in:
Luis Cielak
2018-07-30 15:14:57 -04:00
parent 6c2bc8ee8f
commit ee0d0033ab
5 changed files with 24 additions and 6 deletions

View File

@@ -4,7 +4,10 @@
{% autoescape None %}
{% if f.errors %}
<b class="usa-input-error-message">There were some errors, see below.</b>
{% module Alert('There were some errors',
message="<p>Please complete all the fields before submitting.</p>",
level='error'
) %}
{% end %}