Show error message on review screen when not complete
This commit is contained in:
parent
2173f7f49c
commit
f6533b50b3
@ -116,5 +116,8 @@
|
|||||||
{% end %}
|
{% end %}
|
||||||
|
|
||||||
{% block next %}
|
{% block next %}
|
||||||
|
{% if not can_submit %}
|
||||||
|
<b class="usa-input-error-message">Please complete all required fields before submitting.</b>
|
||||||
|
{% end %}
|
||||||
<input type='submit' class='usa-button usa-button-primary' value='Submit' {{ "disabled" if not can_submit else "" }} />
|
<input type='submit' class='usa-button usa-button-primary' value='Submit' {{ "disabled" if not can_submit else "" }} />
|
||||||
{% end %}
|
{% end %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user