put current title and body

pull/225/head
Aevann 2024-03-08 03:50:41 +02:00
parent bcaf14c24f
commit f1328681cd
1 changed files with 7 additions and 0 deletions

View File

@ -13,6 +13,13 @@
</tr>
</thead>
<tr>
{% if obj.fullname.startswith('p_') %}
<td>{{obj.title_html | safe}}</td>
{% endif %}
<td>{{obj.body_html | safe}}</td>
</tr>
{% for edit in obj.edits %}
<tr>
{% if obj.fullname.startswith('p_') %}