[MERGE] forward port of branch saas-5 up to e4cb520
[odoo/odoo.git] / addons / website / controllers / main.py
index 7149a31..22ec7f1 100644 (file)
@@ -48,7 +48,7 @@ class Website(openerp.addons.web.controllers.main.Home):
         # TODO: can't we just put auth=public, ... in web client ?
         return super(Website, self).web_login(*args, **kw)
 
-    @http.route('/page/<path:page>', type='http', auth="public", website=True)
+    @http.route('/page/<page:page>', type='http', auth="public", website=True)
     def page(self, page, **opt):
         values = {
             'path': page,