Disable Done button on Review screen if TO is not completed
This commit is contained in:
@@ -194,7 +194,8 @@
|
||||
|
||||
{% block next %}
|
||||
<div class='action-group'>
|
||||
<input type='submit' class='usa-button usa-button-primary' value='Done' />
|
||||
<input type='submit' class='usa-button usa-button-primary' value='Done'
|
||||
{% if not complete %}disabled{% endif %}/>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
|
Reference in New Issue
Block a user