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
@@ -61,7 +61,14 @@
%endif
${h.link_to(repo['name'],
- h.url('summary_home',repo_name=repo['name']))}
+ h.url('summary_home',repo_name=repo['name']))}
+ %if repo['repo'].dbrepo.fork:
+
+
+ %endif
+