Ajout de l'information que l'événement a déjà été modifié
This commit is contained in:
parent
44a04deb26
commit
0be3c30489
@ -49,6 +49,12 @@
|
|||||||
<article>
|
<article>
|
||||||
<header>
|
<header>
|
||||||
<h2>Modification des méta-informations</h2>
|
<h2>Modification des méta-informations</h2>
|
||||||
|
{% if event.moderated_date %}
|
||||||
|
<p class="message info">Cet événement a déjà été modéré par le {{ event.moderated_date }}.
|
||||||
|
Vous pouvez bien sûr modifier de nouveau ces méta-informations en utilisant
|
||||||
|
le formulaire ci-après.
|
||||||
|
</p>
|
||||||
|
{% endif %}
|
||||||
</header>
|
</header>
|
||||||
{{ form.media }}
|
{{ form.media }}
|
||||||
{{ form.as_p }}
|
{{ form.as_p }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user