From fcc733236328609104462456d4a7a5f385fe3fcb Mon Sep 17 00:00:00 2001 From: Ujjawal Khadanga Date: Tue, 4 Jan 2022 18:08:02 +0530 Subject: [PATCH] Added functionality - redirecting to home page with alert message on sucessful submission of addPool form --- carpool/templates/index.html | 21 +++++++++++++++++++++ carpool/views.py | 4 ++++ 2 files changed, 25 insertions(+) diff --git a/carpool/templates/index.html b/carpool/templates/index.html index 2935602..5e91f79 100755 --- a/carpool/templates/index.html +++ b/carpool/templates/index.html @@ -113,6 +113,19 @@
+ {% if messages %} + + {% endif %} +