# HG changeset patch # User domruf # Date 2016-10-25 18:48:20 # Node ID ea818def1a09b303a531f11b256cd488068052fd # Parent bc97f0d206fe0c686e5acac47bec4c5923a98954 template: remove obsolete filter textbox and user_group_count I used grep to find any reference to user_group_count but found none. So there seems to be no code that actually sets this count. So I removed it. And since the table is a datatable the filter is redundant anyway. diff --git a/kallithea/templates/admin/user_groups/user_groups.html b/kallithea/templates/admin/user_groups/user_groups.html --- a/kallithea/templates/admin/user_groups/user_groups.html +++ b/kallithea/templates/admin/user_groups/user_groups.html @@ -6,8 +6,7 @@ <%def name="breadcrumbs_links()"> - - ${h.link_to(_('Admin'),h.url('admin_home'))} » 0 ${_('User Groups')} + ${h.link_to(_('Admin'),h.url('admin_home'))} » ${_('User Groups')} <%block name="header_menu">