mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-19 17:25:56 +02:00
Change submit button types on domain availability
This commit is contained in:
parent
ef5617cca2
commit
ae8220587e
1 changed files with 2 additions and 2 deletions
|
@ -77,7 +77,7 @@
|
|||
{% endwith %}
|
||||
{% endwith %}
|
||||
|
||||
<button type="submit" name="submit_button" value="save" class="usa-button usa-button--unstyled">
|
||||
<button type="button" name="submit_button" value="save" class="usa-button usa-button--unstyled">
|
||||
<svg class="usa-icon" aria-hidden="true" focusable="false" role="img" width="24" height="24">
|
||||
<use xlink:href="{%static 'img/sprite.svg'%}#add_circle"></use>
|
||||
</svg><span class="margin-left-05">Add another alternative</span>
|
||||
|
@ -87,7 +87,7 @@
|
|||
|
||||
<button
|
||||
id="check-availability-button"
|
||||
type="button"
|
||||
type="submit"
|
||||
class="usa-button usa-button--outline"
|
||||
validate-for="{{ forms.0.requested_domain.auto_id }}"
|
||||
>Check availability</button>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue