Quellcode durchsuchen

Fix for W3C

master
tr4ck3ur des JM2L vor 9 Jahren
Ursprung
Commit
f487699e6a
1 geänderte Dateien mit 9 neuen und 2 gelöschten Zeilen
  1. +9
    -2
      jm2l/templates/Staff/list.mako

+ 9
- 2
jm2l/templates/Staff/list.mako Datei anzeigen

@@ -40,6 +40,13 @@ from slugify import slugify
</tr>
</thead>
<tbody>
% if len(tasks[Entity])==0:
<tr>
<td colspan="2" style="text-align:center;">
<i>Il n'y a pas de tâches dans ce pôle</i>
</td>
</tr>
% endif
% for task in tasks[Entity]:
<tr>
<td>
@@ -70,10 +77,10 @@ from slugify import slugify
% endfor
</tbody>
</table>
</div>
</div>
% endfor
</div>
</div>

<%def name="jsAddOn()">
<script>


Laden…
Abbrechen
Speichern