Fix les titres
This commit is contained in:
parent
6099c3f032
commit
e5546c09be
@ -38,7 +38,7 @@
|
||||
{% include "agenda_culturel/ephemeris-inc.html" with event=event filter=filter %}
|
||||
<div class="details-entete">
|
||||
{{ event.category | small_cat_recurrent:event.has_recurrences }}
|
||||
{% if h %}<h{{ h }}>{% else %}<h1>{% endif %}{{ event|picto_status }} {% if permalink %}<a href="{{ event.get_absolute_url }}">{% endif %}{{ event.title }}{% if permalink %}</a>{% endif %} {{ event|picto_visibility:user.is_authenticated }}{% if h %}</h{{ h }}>{% else %}</h>h1>{% endif %}
|
||||
{% if h %}<h{{ h }}>{% else %}<h1>{% endif %}{{ event|picto_status }} {% if permalink %}<a href="{{ event.get_absolute_url }}">{% endif %}{{ event.title }}{% if permalink %}</a>{% endif %} {{ event|picto_visibility:user.is_authenticated }}{% if h %}</h{{ h }}>{% else %}</h1>{% endif %}
|
||||
<p>
|
||||
{% picto_from_name "calendar" %}
|
||||
{% if event.end_day and event.end_day != event.start_day %}du{% else %}le{% endif %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user