vehicles can now be deactivated

This commit is contained in:
2021-06-20 08:43:46 +02:00
parent 3d0bb8c83f
commit 3035006225
13 changed files with 280 additions and 179 deletions

View File

@@ -10,6 +10,7 @@
{{ form.hidden_tag() }}
{{ render_field_with_errors(form.name) }}
{{ render_field_with_errors(form.consumables) }}
{{ render_field_with_errors(form.is_active) }}
{{ render_field_with_errors(form.submit) }}
</form>
</div>