new entries schema
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
{% endif %}
|
||||
|
||||
<hr/>
|
||||
<p>{{ entry.body_html | safe }}</p>
|
||||
<p>{{ body_html | safe }}</p>
|
||||
<hr/>
|
||||
{% if request.authenticated_userid %}
|
||||
<p>
|
||||
|
||||
@@ -19,6 +19,8 @@
|
||||
<td>{{ entry.tag }}</td>
|
||||
</td>
|
||||
</tr>
|
||||
{% else %}
|
||||
<p class="text-danger">Aucun post trouvé</p>
|
||||
{% endfor %}
|
||||
</table>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user