diff --git a/pylons_app/templates/summary.html b/pylons_app/templates/summary.html --- a/pylons_app/templates/summary.html +++ b/pylons_app/templates/summary.html @@ -1,5 +1,7 @@ <%inherit file="base/base.html"/> - +<%! +from pylons_app.lib import filters +%> <%def name="title()"> ${_('Repository managment')} @@ -19,8 +21,8 @@