Fix for W3C

This commit is contained in:
2015-02-21 20:39:25 +01:00
parent 2fd6f0c962
commit f487699e6a
+9 -2
View File
@@ -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>