From 277ab2f11736fb362b3cd8fc34676cdd7d00a6f7 Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Aug 16 2018 12:09:45 +0000 Subject: fix watcher count update the watcher count to include default watchers like the project owner that didn't get added to the watchers table unless they've changed their watcher status Signed-off-by: Karsten Hopp --- diff --git a/pagure/templates/repo_info.html b/pagure/templates/repo_info.html index c9b5114..77f1ce0 100644 --- a/pagure/templates/repo_info.html +++ b/pagure/templates/repo_info.html @@ -134,7 +134,7 @@ {{watch_button_text}} - {{repo.watchers|length}} + {{num_watchers}}