diff --git a/product/ERP5/ERP5Site.py b/product/ERP5/ERP5Site.py
index b381437e6e074465b76239b70a05e002e56690b7..6767d490b559354fca468f670173cc8d612d5e39 100755
--- a/product/ERP5/ERP5Site.py
+++ b/product/ERP5/ERP5Site.py
@@ -357,7 +357,7 @@ class ERP5Generator(PortalGenerator):
               <p>
                 <a href="person"
                   tal:content="python: module[1]"
-                  tal:attributes="href python: module[0]">
+                  tal:attributes="href python: module[0] + '/view'">
                   Person
                 </a>
               </p>