Updates buttons to call modals in shelve buttons

This commit is contained in:
Mouse Reeve
2021-12-30 18:27:33 -08:00
parent a576b128c3
commit e3321c9bad
3 changed files with 21 additions and 8 deletions

View File

@ -0,0 +1,10 @@
{% load utilities %}
<form name="fallback_form_{{ 0|uuid }}" method="GET" action="{{ fallback_url }}" autocomplete="off">
<button
type="submit"
class="button {{ class }}"
data-modal-open="{{ modal_id }}"
>
{{ button_text }}
</button>
</form>