Add option to only change None entries with bulk change releases

This commit is contained in:
rubenwardy
2019-01-29 00:24:59 +00:00
parent d1f5585fda
commit 441ed3beeb
2 changed files with 9 additions and 3 deletions

View File

@@ -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!