duration field in timesheet edit dialog (#1180)

This commit is contained in:
Kevin Papst
2019-10-24 23:46:22 +02:00
committed by GitHub
parent b0f83291ee
commit 1114538f41
11 changed files with 259 additions and 25 deletions

View File

@@ -7,7 +7,9 @@
</div>
{{ form_start(form) }}
<div class="box-body">
{{ form_widget(form) }}
{% block form_body %}
{{ form_widget(form) }}
{% endblock %}
</div>
<div class="box-footer">
<input type="submit" value="{{ 'action.delete'|trans }}" class="btn btn-danger" />