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

Introduction to a thing

+

Course description

+

Course introduction

+ + +"""