Fix event descriptions disappearance
This commit is contained in:
parent
d20ebd9f8d
commit
2c6df31538
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue