diff --git a/pylons_app/templates/index.html b/pylons_app/templates/index.html --- a/pylons_app/templates/index.html +++ b/pylons_app/templates/index.html @@ -35,6 +35,7 @@ from pylons_app.lib import filters ${get_sort(_('Contact'))} + %for cnt,repo in enumerate(c.repos_list): @@ -49,11 +50,11 @@ from pylons_app.lib import filters %endfor - + + + + %endfor