added API for handling work contract times (#4016)

This commit is contained in:
Kevin Papst
2023-05-13 01:24:15 +02:00
committed by GitHub
parent 4b2a3669e6
commit 43bd7bf1ab
53 changed files with 2684 additions and 27 deletions

View File

@@ -17,7 +17,7 @@
</div>
{% block form_body %}
{{ form_start(form) }}
<div class="card-body">
<div class="card-body {% block form_body_class %}{% endblock %}">
{% block form_pre_content %}{% endblock %}
{% block form_content %}
{{ form_widget(form) }}