# HG changeset patch # Parent a76a9a0e0668f4191bdc383a0d4b3173f44b39b1 diff --git a/controllers/my_controller.py b/controllers/my_controller.py --- a/controllers/my_controller.py +++ b/controllers/my_controller.py @@ -6,4 +6,16 @@ from openerp.addons.web.controllers impo class my_controller(main.Home): @http.route('/', auth='none') def index(self): - return "Hello, world!" + return """ + + + AcademyAcademy + + + +

Introduction to a thing

+

Course description

+

Course introduction

+ + +"""