Browse Source

divers

dev-rcn
root 3 years ago
parent
commit
8af1c011b1
2 changed files with 10 additions and 2 deletions
  1. +5
    -0
      controllers/kalachakra.py
  2. +5
    -2
      views/website_participation.xml

+ 5
- 0
controllers/kalachakra.py View File

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


+ 5
- 2
views/website_participation.xml View File

@ -222,9 +222,12 @@ reduced participation for pensions in the Sarthe.</h6>
<t t-call="website.layout">
<div class="container-fluid">
<h2>Thank you for your generosity !</h2>
<h6>Thank you for your generosity !</h6>
<br></br>
<br></br>
<a href="/" class="ml-4 btn btn-secondary">back Home</a>
<br></br>
<br></br>
</div>
</t>


Loading…
Cancel
Save