doc_edit : le theme est fixé par le dossier d'origine
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user