diff options
| author | rubenwardy <rw@rubenwardy.com> | 2019-01-29 00:24:59 +0000 |
|---|---|---|
| committer | rubenwardy <rw@rubenwardy.com> | 2019-01-29 00:24:59 +0000 |
| commit | 441ed3beeb0fdc3540f03ddefcb7bd0c7c60769f (patch) | |
| tree | e37c3218b756a08d3056aabeee92d5698109f30b /app/templates | |
| parent | d1f5585fda81de08901aea43d3a8c17b263feb06 (diff) | |
| download | cheatdb-441ed3beeb0fdc3540f03ddefcb7bd0c7c60769f.tar.xz | |
Add option to only change None entries with bulk change releases
Diffstat (limited to 'app/templates')
| -rw-r--r-- | app/templates/packages/release_bulk_change.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/templates/packages/release_bulk_change.html b/app/templates/packages/release_bulk_change.html index 4b21748..a51198f 100644 --- a/app/templates/packages/release_bulk_change.html +++ b/app/templates/packages/release_bulk_change.html @@ -23,6 +23,7 @@ {{ render_checkbox_field(form.set_max, class_="col-sm-2") }} {{ render_field(form.max_rel, class_="col-sm-10") }} </div> + {{ render_checkbox_field(form.only_change_none) }} <p id="minmax_warning" style="color:#f00; display: none;"> Maximum must be greater than or equal to the minimum! |
