Allow submit buttons to be valid on initial render

This commit is contained in:
graham-dds
2019-10-28 15:25:18 -04:00
parent 27df678aaf
commit 5f5fbd2b91
2 changed files with 6 additions and 4 deletions

View File

@@ -62,7 +62,7 @@
{{ member.update_invite_form.csrf_token }}
{{ member_fields.InfoFields(member.update_invite_form) }}
<div class="action-group">
<input type="submit" class="usa-button usa-button-primary action-group__action" tabindex="0" value="Resend Invite" />
{{ SaveButton(text="Resend Invite", disable_on_initial_render=False)}}
<a class='action-group__action' v-on:click="closeModal('{{ resend_invite_modal }}')">{{ "common.cancel" | translate }}</a>
</div>
</form>