diff --git a/controllers/kalachakra.py b/controllers/kalachakra.py index ff6a2f7..7b99e89 100644 --- a/controllers/kalachakra.py +++ b/controllers/kalachakra.py @@ -40,6 +40,11 @@ class kalachakra_event(WebsiteEventController,PaymentProcessing): return http.request.render('kalachakra.contactus') + @http.route(['/kalachakra/thankyou'], type='http', auth='public', website=True, sitemap=False,csrf=False) + def kalachakrathankyou(self,**post): + + return http.request.render('kalachakra.thankyou') + @http.route(['/kalachakra/programme'], type='http', auth='public', website=True, sitemap=False,csrf=False) def kalachakracontactus(self,**post): diff --git a/views/website_participation.xml b/views/website_participation.xml index a9ca3e3..1448c7c 100644 --- a/views/website_participation.xml +++ b/views/website_participation.xml @@ -222,9 +222,12 @@ reduced participation for pensions in the Sarthe.
-

Thank you for your generosity !

+
Thank you for your generosity !
+

+

back Home - +

+