Update SaveButton to be either an input or a button element, and restore inputs that were previously switched to buttons
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
{{ Icon("x") }}
|
||||
<span>Cancel</span>
|
||||
</a>
|
||||
{{ SaveButton(text='Save Changes') }}
|
||||
{{ SaveButton(text='Save Changes', element="input") }}
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
@@ -103,7 +103,7 @@
|
||||
{% endblock %}
|
||||
|
||||
<div class='action-group'>
|
||||
{{ SaveButton(text="Continue") }}
|
||||
{{ SaveButton(text="Continue", element="input") }}
|
||||
</div>
|
||||
|
||||
</form>
|
||||
|
@@ -32,7 +32,7 @@
|
||||
{{ MultiCheckboxInput(form.required_distribution) }}
|
||||
|
||||
<div class="action-group">
|
||||
{{ SaveButton(text='Continue') }}
|
||||
{{ SaveButton(text='Continue', additional_classes="usa-button-big") }}
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user