diff --git a/pagure/templates/_render_repo.html b/pagure/templates/_render_repo.html index c1b056a..dd3beaa 100644 --- a/pagure/templates/_render_repo.html +++ b/pagure/templates/_render_repo.html @@ -33,9 +33,9 @@ {% macro render_repos( - list, total, pagetitle, page, title, count, id, username=None) %} + list, total, pagetitle, page, title, count, id, username=None, hide=True) %} {% set title_lvl = 3 if username else 2 %} @@ -75,7 +75,7 @@ {% endmacro %} -{% macro repos_switch(all = True) %} +{% macro repos_switch(all=True, hide=True) %}