Added possibility to set project status

This commit is contained in:
Jan Böhmer 2022-12-29 15:22:34 +01:00
parent 5521995f79
commit adc070d10c
7 changed files with 191 additions and 33 deletions

View file

@ -18,6 +18,7 @@
{% block additional_controls %}
{{ form_row(form.description) }}
{{ form_row(form.status) }}
{% endblock %}
{% block additional_panes %}