From ea52d7b60d1c9cfbcb7e68a3cdaf869b7492f75d Mon Sep 17 00:00:00 2001 From: Michael Watters Date: Mar 18 2019 15:31:10 +0000 Subject: Remove extra "s" character from the starred repos page --- diff --git a/pagure/templates/userprofile_starred.html b/pagure/templates/userprofile_starred.html index a23857f..4afb4e0 100644 --- a/pagure/templates/userprofile_starred.html +++ b/pagure/templates/userprofile_starred.html @@ -11,7 +11,7 @@

Starred {{ projectstring(plural=True) }}

{{ - user.stars | length }} {{ projectstring(plural=(user.stars | length > 1)) }}s + user.stars | length }} {{ projectstring(plural=(user.stars | length > 1)) }}
{% if repos %} {{ render_repo_listing(repos)}}