On masque la boite des informations internes pour le visiteur anonyme
This commit is contained in:
parent
f6ec66c33d
commit
35832485e3
@ -20,14 +20,14 @@
|
||||
<div>
|
||||
{% include "agenda_culturel/single-event/event-single-inc.html" with event=event filter=filter %}
|
||||
|
||||
{% if user.is_authenticated %}
|
||||
<article>
|
||||
<header>
|
||||
<h2>Informations internes</h2>
|
||||
</header>
|
||||
{% if user.is_authenticated %}
|
||||
{% include "agenda_culturel/event-info-inc.html" with object=event %}
|
||||
{% endif %}
|
||||
</article>
|
||||
{% endif %}
|
||||
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user