diff --git a/controllers/booking.py b/controllers/booking.py index 65cb045..6f1309e 100755 --- a/controllers/booking.py +++ b/controllers/booking.py @@ -95,7 +95,7 @@ class booking(WebsiteEventController,AuthSignupHome): data['questions']=event.question_ids request.session['invoice_id']=False - return http.request.render('kalachakra.booking_registration_options_form',data) + return http.request.render('kalachakra.booking_registration_options_form2',data) @http.route(['/booking/registration/questionnaire'], type='http', auth='user', website=True, sitemap=False,csrf=False) def bookingregistration_questionnaire(self,**post): diff --git a/views/booking_website_registration.xml b/views/booking_website_registration.xml index 9904f68..87b20ba 100755 --- a/views/booking_website_registration.xml +++ b/views/booking_website_registration.xml @@ -33,7 +33,7 @@ -