new entries schema

This commit is contained in:
2023-01-21 09:53:42 +01:00
parent 6a8153cecb
commit 59e2a50a3f
13 changed files with 54 additions and 189 deletions

View File

@@ -10,7 +10,7 @@
{% endif %}
<hr/>
<p>{{ entry.body_html | safe }}</p>
<p>{{ body_html | safe }}</p>
<hr/>
{% if request.authenticated_userid %}
<p>

View File

@@ -19,6 +19,8 @@
<td>{{ entry.tag }}</td>
</td>
</tr>
{% else %}
<p class="text-danger">Aucun post trouvé</p>
{% endfor %}
</table>