|
|
@ -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): |
|
|
|
|
|
|
|