supprime les tag1 et tag2
This commit is contained in:
@@ -10,12 +10,14 @@
|
||||
Page text goes here.
|
||||
</div>
|
||||
<hr>
|
||||
<p>
|
||||
Dernière modification le ${doc.modif_le.strftime('%d/%m/%Y')}<br />
|
||||
Tags : ${tags}
|
||||
<p>Tags :
|
||||
<span tal:repeat="tag tags">
|
||||
[ <a href="/tags#${tag.tag}">${tag.tag}</a> ]
|
||||
</span>
|
||||
</p>
|
||||
<p tal:condition="not layout.isAnonymous">
|
||||
Status : ${doc.statut}
|
||||
Status : ${doc.statut}<br />
|
||||
Dernière modification le ${doc.modif_le.strftime('%d/%m/%Y')}
|
||||
</p>
|
||||
|
||||
<br />
|
||||
|
||||
Reference in New Issue
Block a user