From 9038ef2e965c46b671b1df88a335b0f4daf4ba4e Mon Sep 17 00:00:00 2001 From: Rushil Umaretiya Date: Wed, 16 Feb 2022 16:32:26 -0500 Subject: [PATCH] feat: redirect after submit --- form/templates/form/index.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/form/templates/form/index.html b/form/templates/form/index.html index da6b075..b76ad80 100644 --- a/form/templates/form/index.html +++ b/form/templates/form/index.html @@ -20,6 +20,16 @@ body { } +{% if success %} + +{% endif %} + {% endblock %}