Florian Eisenmenger 2 anni fa
parent
commit
7c8bf3c3c1
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      httpdocs/templates/snippets/worksheet-result.html.twig

+ 1
- 1
httpdocs/templates/snippets/worksheet-result.html.twig Vedi File

@@ -129,7 +129,7 @@
</table>
</div>
{% else %}
{% for index, task in worksheet.userWorkSheetTasks %}
{% for index, task in sortedWorksheetTasks %}
<h4>{{ index + 1 }}. {{ task.task }}</h4>
<table class="mini-table fifty-fifty">
<tr>


Caricamento…
Annulla
Salva