fix template mistakes

This commit is contained in:
Mathieu Jaumotte 2022-03-02 09:53:51 +01:00
parent 1a05ffab96
commit 8945703785
2 changed files with 29 additions and 31 deletions

View File

@ -107,8 +107,7 @@
</div>
{% if displayAction is defined and displayAction == true %}
<div class="item-col">
<ul class="record_actions">
<ul class="item-col record_actions">
{% set suppEvaluations = [] %}
{% for e in w.accompanyingPeriodWorkEvaluations %}
{% set suppEvaluations = suppEvaluations|merge([
@ -137,7 +136,6 @@
></a>
</li>
</ul>
</div>
{% endif %}
</div>

View File

@ -3,7 +3,7 @@
{% block title 'Tasks for this accompanying period'|trans %}
{% block content %}
<div class="col-md-10 col-xxl">
<div class="task-list">
<h1>{{ block('title') }}</h1>