From afdf06b3f6aa1639d49e3c23791dc4c8885a27b8 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Sun, 30 Jan 2022 19:27:21 +0000 Subject: [PATCH] Remove confusing min/max version text --- app/templates/packages/release_bulk_change.html | 2 -- app/templates/packages/release_edit.html | 5 ----- app/templates/packages/release_new.html | 5 ----- 3 files changed, 12 deletions(-) diff --git a/app/templates/packages/release_bulk_change.html b/app/templates/packages/release_bulk_change.html index 4fc901d..4ed38e2 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.") }}

diff --git a/app/templates/packages/release_edit.html b/app/templates/packages/release_edit.html index 1ffaf1e..0130e98 100644 --- a/app/templates/packages/release_edit.html +++ b/app/templates/packages/release_edit.html @@ -62,11 +62,6 @@ {{ _("You can set this automatically in the .conf of your package.") }}

-

- {{ _("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 99d441f..898756d 100644 --- a/app/templates/packages/release_new.html +++ b/app/templates/packages/release_new.html @@ -82,11 +82,6 @@
{{ _("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) }}