doc_edit : le theme est fixé par le dossier d'origine

This commit is contained in:
2021-03-02 16:51:03 +01:00
parent 2908ce7367
commit 0d14bf0d5a
6 changed files with 34 additions and 33 deletions

View File

@@ -7,13 +7,9 @@
<br />
<img src="${request.static_url('caotek_mesavoirs:static/img/cover_image_540max.jpg')}" alt="cover_image">
</div>
<div class="col-sm-8">
<h3>Derniers posts</h3>
<p>
| <a href="${request.application_url}/folder/blog">Voir tous les posts</a> |
<a tal:condition="not layout.isAnonymous()" href="${request.application_url}/doc_edit/0">Créer un nouveau post |</a>
</p>
<h3>Derniers posts</h3>
<table class="table">
<tr tal:repeat="ligne items">
<td>${ligne.cree_le.strftime("%d %b")}</td>