diff --git a/progit/templates/user_info.html b/progit/templates/user_info.html index 0255e3f..42f7dc6 100644 --- a/progit/templates/user_info.html +++ b/progit/templates/user_info.html @@ -8,7 +8,7 @@
@@ -49,7 +49,7 @@
-{% if total_page_forks %}
+{% if total_page_forks and total_page_forks > 1 %}
|