Added some basic DB fields for the new project system

This commit is contained in:
Jan Böhmer 2022-12-18 20:34:25 +01:00
parent 8ae4e9fe05
commit 0c7ec9f0c7
36 changed files with 281 additions and 130 deletions

View file

@ -10,4 +10,8 @@
{% block new_title %}
{% trans %}device.new{% endtrans %}
{% endblock %}
{% block additional_controls %}
{{ form_row(form.description) }}
{% endblock %}