améliorer gestion des photos dans RDF et dossier

This commit is contained in:
2020-01-26 21:51:37 +01:00
parent c079c9270f
commit 1faed4cb37
7 changed files with 163 additions and 77 deletions

View File

@@ -33,6 +33,17 @@
</form>
</div>
<div class="row">
<h2>Derniers traitements effectués</h2>
<table class="table table-condensed">
<tr tal:repeat="item log_creation">
<td>${item.date.strftime('%d %b, %H:%M')}</td>
<td>${item.proc}</td>
<td>${item.msg}</td>
</tr>
</table>
</div>
<br />
<br />