From 68524adadfd93f31c08ed20a717ea4daf0516420 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Tue, 18 Aug 2020 16:14:47 +0100 Subject: Remove provides/dependencies from Package form --- app/templates/packages/create_edit.html | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'app/templates') diff --git a/app/templates/packages/create_edit.html b/app/templates/packages/create_edit.html index 44280bc..1c2a5a0 100644 --- a/app/templates/packages/create_edit.html +++ b/app/templates/packages/create_edit.html @@ -14,7 +14,7 @@ {% if enable_wizard %} - + {% endif %} {% endblock %} @@ -81,12 +81,17 @@
{{ _("Dependencies") }} - {{ render_mpackage_field(form.provides_str, class_="not_txp", placeholder="Comma separated list") }} - {{ render_deps_field(form.harddep_str, class_="not_txp not_game", placeholder="Comma separated list") }} - {{ render_deps_field(form.softdep_str, class_="not_txp not_game", placeholder="Comma separated list") }} +

+ + + {{ _("Note: This information is now updated automatically when creating a release.") }} +

+ + {# {{ render_deps_field(form.harddep_str, class_="not_txp not_game", placeholder="Comma separated list") }} + {{ render_deps_field(form.softdep_str, class_="not_txp not_game", placeholder="Comma separated list") }} #}
-
+
{{ _("Repository and Links") }}
-- cgit v1.2.3