Correction mise en page élégante
This commit is contained in:
parent
db20f4a4de
commit
6195b0f4bc
@ -23,19 +23,19 @@
|
|||||||
|
|
||||||
{{ event.category | small_cat_recurrent:event.has_recurrences }}
|
{{ event.category | small_cat_recurrent:event.has_recurrences }}
|
||||||
|
|
||||||
{% if not no_location %}
|
|
||||||
{% if event.location or event.exact_location %}<hgroup>{% endif %}
|
{% if event.location or event.exact_location %}<hgroup>{% endif %}
|
||||||
<h4>
|
<h4>
|
||||||
{{ event|picto_status }}
|
{{ event|picto_status }}
|
||||||
<a href="{{ event.get_absolute_url }}">{{ event.title }}</a>
|
<a href="{{ event.get_absolute_url }}">{{ event.title }}</a>
|
||||||
</h4>
|
</h4>
|
||||||
{% if event.location or event.exact_location %}
|
{% if event.location or event.exact_location %}
|
||||||
|
{% if not no_location %}
|
||||||
<h5>
|
<h5>
|
||||||
{% picto_from_name "map-pin" %}
|
{% picto_from_name "map-pin" %}
|
||||||
{% include "agenda_culturel/event-location-inc.html" with event=event %}
|
{% include "agenda_culturel/event-location-inc.html" with event=event %}
|
||||||
</h5>
|
</h5>
|
||||||
|
{% endif %}
|
||||||
</hgroup>
|
</hgroup>
|
||||||
{% endif %}
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if event|need_complete_display:True %}<p>
|
{% if event|need_complete_display:True %}<p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user