From a5eb97e0af8266f12c254a825d9240ae29b18c62 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Wed, 23 May 2018 17:40:15 +0100 Subject: Add -t option to populate with test values, hide suggest changes button --- app/templates/packages/view.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'app') diff --git a/app/templates/packages/view.html b/app/templates/packages/view.html index 565c4d3..26bb0eb 100644 --- a/app/templates/packages/view.html +++ b/app/templates/packages/view.html @@ -74,8 +74,9 @@ {% if package.checkPerm(current_user, "EDIT_PACKAGE") %}
  • Edit
  • Add screenshot
  • - {% elif current_user.is_authenticated %} -
  • Suggest Change
  • + {% endif %} + {% if current_user.is_authenticated %} + {% endif %} {% if package.checkPerm(current_user, "MAKE_RELEASE") %}
  • Create Release
  • -- cgit v1.2.3