diff --git a/wiki/theme/crans.py b/wiki/theme/crans.py index 0ab03e30..1bb85f46 100644 --- a/wiki/theme/crans.py +++ b/wiki/theme/crans.py @@ -231,7 +231,7 @@ class ThemeCrans(ThemeBase): 'LocalSiteMap': _('Show Local Site Map', formatted=False), } - links = [] + links = [ 'Voir la page web' % page.page_name ] # Format standard actions available = request.getAvailableActions(page)