|
|
@ -153,6 +153,18 @@ class kalachakra_event(WebsiteEventController,PaymentProcessing): |
|
|
|
tags = request.env['event.tag'].search([('name', '=', searches['tags'])]) |
|
|
|
return tags |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@http.route(['/notre-centre-de-retraite/presentation-du-centre'], type='http', auth='public', website=True, sitemap=False,csrf=False) |
|
|
|
def kalachakracentreretraite(self,**post): |
|
|
|
|
|
|
|
return http.request.redirect('/saint-cosme') |
|
|
|
|
|
|
|
@http.route(['/calendrier'], type='http', auth='public', website=True, sitemap=False,csrf=False) |
|
|
|
def kalachakcalendrier(self,**post): |
|
|
|
|
|
|
|
return http.request.redirect('/event') |
|
|
|
|
|
|
|
@http.route(['/event/calendar'], type='http', auth='public', website=True, sitemap=False,csrf=False) |
|
|
|
def eventCalendar(self,**post): |
|
|
|
url='https://calendar.google.com/calendar/embed?height=600&wkst=2&bgcolor=%23ffffff&ctz=Europe%2FParis&mode=WEEK&src=aXRrYWxhY2hha3JhQGdtYWlsLmNvbQ&src=bjYxODA1OXQ2dmRwNmp0Y3Foa3FjMTMwdWtAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ&src=MnJzc2VvY3MzcGNiaDliaGFvNXZ1a3JpM3NAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ&src=cGJ0YjBtbTBja2NsMDZmdTNvb2ViMDJpOXNAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ&src=ZnIuZnJlbmNoI2hvbGlkYXlAZ3JvdXAudi5jYWxlbmRhci5nb29nbGUuY29t&color=%23039BE5&color=%238E24AA&color=%23E4C441&color=%237CB342&color=%230B8043" style="border:solid 1px #777" width="800" height="600" frameborder="0" scrolling="no"' |
|
|
|