From 1f477b7d4a9f1e701c36a7a21d374b29821f4e54 Mon Sep 17 00:00:00 2001 From: Andrea Lepori Date: Thu, 26 May 2022 19:04:51 +0200 Subject: fix dropdown on safari (ios) --- templates/registration/base_admin.html | 1 + templates/registration/base_client.html | 1 + templates/registration/base_simple.html | 1 + 3 files changed, 3 insertions(+) (limited to 'templates/registration') diff --git a/templates/registration/base_admin.html b/templates/registration/base_admin.html index 94742fa..58413a8 100644 --- a/templates/registration/base_admin.html +++ b/templates/registration/base_admin.html @@ -160,6 +160,7 @@ {% block script %} {% endblock%} + {% endwith %} diff --git a/templates/registration/base_client.html b/templates/registration/base_client.html index 18b7868..cb282b5 100644 --- a/templates/registration/base_client.html +++ b/templates/registration/base_client.html @@ -181,6 +181,7 @@ {% block script %} {% endblock%} + {% endwith %} diff --git a/templates/registration/base_simple.html b/templates/registration/base_simple.html index dc36f06..30f7e32 100644 --- a/templates/registration/base_simple.html +++ b/templates/registration/base_simple.html @@ -90,6 +90,7 @@ {% block script %} {% endblock %} + {% endwith %} -- cgit v1.2.1