mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-03 00:12:16 +02:00
add id to right button
This commit is contained in:
parent
8b6d2ea2c7
commit
cbafd53ae6
1 changed files with 2 additions and 1 deletions
|
@ -53,6 +53,7 @@
|
|||
{% endwith %}
|
||||
{% endwith %}
|
||||
<button
|
||||
id="check-availability-button"
|
||||
type="button"
|
||||
class="usa-button"
|
||||
validate-for="{{ forms.0.requested_domain.auto_id }}"
|
||||
|
@ -79,7 +80,7 @@
|
|||
{% endwith %}
|
||||
{% endwith %}
|
||||
|
||||
<button id="check-availability-button" type="submit" name="submit_button" value="save" class="usa-button usa-button--unstyled">
|
||||
<button type="submit" 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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue