Unique names for fallback forms
This commit is contained in:
parent
0dc6a18201
commit
305dcc504b
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
{% load utilities %}
|
||||
{% if fallback_url %}
|
||||
<form name="fallback_form_{{ controls_text }}{{ controls_uid }}" method="GET" action="{{ fallback_url }}">
|
||||
<form name="fallback_form_{{ 0|uuid }}" method="GET" action="{{ fallback_url }}">
|
||||
{% endif %}
|
||||
<button
|
||||
{% if not fallback_url %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue