From 9c39ccbeab6284ef2223ad4b3c7369a944345e98 Mon Sep 17 00:00:00 2001 From: Sahil Batra Date: Tue, 27 Dec 2022 16:23:30 +0530 Subject: [PATCH] upgrade: Remove required attribute from org-type select element. We do not need "required" attribute in the org-type select element in sponsorship form, since we select a value by default and there is no way to not have any value for the select element. Also, the "required" attribute was added twice somehow. --- templates/corporate/upgrade.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/corporate/upgrade.html b/templates/corporate/upgrade.html index 2358e3e670..b84acbb7ce 100644 --- a/templates/corporate/upgrade.html +++ b/templates/corporate/upgrade.html @@ -248,7 +248,7 @@ - {% for org_type in sorted_org_types %} {% if not org_type[1].hidden %}