Unique names for fallback forms

This commit is contained in:
Mouse Reeve
2021-09-29 15:52:08 -07:00
parent 0dc6a18201
commit 305dcc504b
2 changed files with 4 additions and 1 deletions

View File

@ -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 %}