diff --git a/app/templates/packages/release_bulk_change.html b/app/templates/packages/release_bulk_change.html index 4fc901d6..4ed38e2b 100644 --- a/app/templates/packages/release_bulk_change.html +++ b/app/templates/packages/release_bulk_change.html @@ -32,8 +32,6 @@
{{ _("Note: Min and max versions will be used to hide the package on
platforms not within the range.") }}
- {{ _("You cannot select the oldest version for min or the newest version
- for max as this does not make sense - you can't predict the future.") }}
{{ _("Leave both as None if in doubt.") }}
- {{ _("You cannot select the oldest version for min or the newest version - for max as this does not make sense - you can't predict the future.") }} -
-{{ render_submit_field(form.submit) }}
diff --git a/app/templates/packages/release_new.html b/app/templates/packages/release_new.html index 99d441f7..898756d8 100644 --- a/app/templates/packages/release_new.html +++ b/app/templates/packages/release_new.html @@ -82,11 +82,6 @@- {{ _("You cannot select the oldest version for min or the newest version - for max as this does not make sense - you can't predict the future.") }} -
-{{ render_submit_field(form.submit) }}