diff --git a/app/templates/users/profile.html b/app/templates/users/profile.html index 8478c0b7..53d3040d 100644 --- a/app/templates/users/profile.html +++ b/app/templates/users/profile.html @@ -119,14 +119,19 @@ {% endif %} - -{% if current_user == user or (current_user.is_authenticated and current_user.rank.atLeast(current_user.rank.EDITOR)) %} - - View list of tags - +{% if user.checkPerm(current_user, "CHANGE_AUTHOR") %} + + + Create package + +{% endif %} +{% if current_user == user or (current_user.is_authenticated and current_user.rank.atLeast(current_user.rank.EDITOR)) %} + + View list of tags + {% endif %} -