Fixes uuid reference in toggle button snippet
This commit is contained in:
parent
47b08e7591
commit
a8ed957e20
|
@ -1,5 +1,5 @@
|
||||||
{% if fallback_url %}
|
{% 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 %}
|
{% endif %}
|
||||||
<button
|
<button
|
||||||
{% if not fallback_url %}
|
{% if not fallback_url %}
|
||||||
|
|
Loading…
Reference in New Issue