Fix event descriptions disappearance

This commit is contained in:
Martin Pépin 2020-01-03 23:37:05 +01:00
parent d20ebd9f8d
commit 2c6df31538
No known key found for this signature in database
GPG key ID: E7520278B1774448

View file

@ -14,7 +14,7 @@
{% endif %}
{{ event.lieu }}
</h4>
{% if event.desciption %}
{% if event.description %}
<p>{{ event.description|safe }}</p>
{% endif %}
{% if user.is_authenticated and event.desc_users %}