diff --git a/app/templates/packages/view.html b/app/templates/packages/view.html index e214042..6ca5a0c 100644 --- a/app/templates/packages/view.html +++ b/app/templates/packages/view.html @@ -21,11 +21,6 @@
- {% if package.getDownloadRelease() %} - Download - {% else %} - No download available. - {% endif %}
{% if package.repo %}View Source{% endif %} @@ -35,9 +30,6 @@ {# {% if current_user.is_authenticated %} Suggest Changes {% endif %} #} - {% if package.checkPerm(current_user, "DELETE_PACKAGE") %} - Delete - {% endif %}
@@ -132,12 +124,26 @@ {% endif %}