From ca31b81ad54db128c88c71bf09c31b3b89614c9d Mon Sep 17 00:00:00 2001 From: Michael Watters Date: Mar 14 2019 16:16:46 +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)}}