From 58b8e8f01a011f42592f13d6662aa5d77e5e8b2d Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Dec 13 2018 16:02:21 +0000 Subject: Adjust the UI to not say the group was created by someone Since the main admin of the group can now change, saying the group was created by someone can be wrong, so instead just say that the group is administered by this person. Signed-off-by: Pierre-Yves Chibon --- diff --git a/pagure/templates/group_info.html b/pagure/templates/group_info.html index d3bf4f8..e16846a 100644 --- a/pagure/templates/group_info.html +++ b/pagure/templates/group_info.html @@ -21,8 +21,8 @@

{{group.display_name }}

{% if group.description %}
{{ group.description }}
{% endif %}
- formed {{ group.created |humanize }} - by {{ group.creator.user }} + formed {{ group.created |humanize }}, + administered by {{ group.creator.user }}
{% if g.authenticated and (member or g.admin)