diff --git a/app/templates/users/profile.html b/app/templates/users/profile.html index 4524bb6d..34024e62 100644 --- a/app/templates/users/profile.html +++ b/app/templates/users/profile.html @@ -199,19 +199,37 @@ {% endif %} -{% if current_user == user or user.check_perm(current_user, "CHANGE_AUTHOR") %} - - - {{ _("Create package") }} - -{% endif %} -{% if current_user == user or (current_user.is_authenticated and current_user.rank.at_least(current_user.rank.EDITOR)) %} - - {{ _("View list of tags") }} - -{% endif %} +