added update created date in blog_edit

This commit is contained in:
2023-03-25 11:12:48 +01:00
parent 4103d08e26
commit b714c6138a
2 changed files with 9 additions and 1 deletions

View File

@@ -31,7 +31,9 @@
<p>
{% if blog_id != '0' %}
Créé le : <strong>{{ entry.created.strftime("%d-%m-%Y - %H:%M") }}</strong><br>
Créé le : <strong>{{ entry.created.strftime("%d-%m-%Y - %H:%M") }}</strong>
<button class="btn btn-link" type="submit" name="form.update_created">[ Mettre à jour ]</button>
<br>
Modifié le : <strong>{{ entry.edited.strftime("%d-%m-%Y - %H:%M") }}</strong>
{% endif %}
</p>