household resume page, improve ux

This commit is contained in:
2021-09-10 12:29:06 +02:00
parent ff7cb6ca79
commit c89e2662b1
7 changed files with 210 additions and 141 deletions

View File

@@ -192,3 +192,9 @@
{% endif %}
{% endfor %}
{% endblock %}
{% block comment_widget %}
{% for entry in form %}
{{ form_widget(entry) }}
{% endfor %}
{% endblock comment_widget %}