From bdef3a2ced350801147bc6d974d31db0bece9614 Mon Sep 17 00:00:00 2001 From: Prasham Marfatia Date: Fri, 27 Sep 2024 10:45:20 -0400 Subject: [PATCH] Add spinner and disable submit button functionality on form submission --- src/indra_cogex/apps/templates/base_form.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/indra_cogex/apps/templates/base_form.html b/src/indra_cogex/apps/templates/base_form.html index 26ca0dafe..ec7c4969b 100644 --- a/src/indra_cogex/apps/templates/base_form.html +++ b/src/indra_cogex/apps/templates/base_form.html @@ -34,3 +34,4 @@

{% block header %}{% endblock %}

}); {% endblock %} +