Fixes uuid reference in toggle button snippet

This commit is contained in:
Mouse Reeve 2021-09-29 15:01:56 -07:00
parent 47b08e7591
commit a8ed957e20

View file

@ -1,5 +1,5 @@
{% if fallback_url %}
<form name="fallback-form-{{ controls_uuid}}" method="GET" action="{{ fallback_url }}">
<form name="fallback-form-{{ controls_uid }}" method="GET" action="{{ fallback_url }}">
{% endif %}
<button
{% if not fallback_url %}