parent
82bbbb20b1
commit
db20f4a4de
@ -393,6 +393,9 @@ article.day>ul {
|
||||
.description {
|
||||
padding: 0;
|
||||
position: relative;
|
||||
.texte {
|
||||
padding-bottom: 3.5em;
|
||||
}
|
||||
}
|
||||
.right.bottom {
|
||||
position: absolute;
|
||||
@ -1232,7 +1235,7 @@ article {
|
||||
|
||||
}
|
||||
|
||||
.a-venir {
|
||||
.a-venir, .place {
|
||||
article#filters {
|
||||
margin: 2em 0;
|
||||
}
|
||||
|
@ -121,7 +121,7 @@
|
||||
</header>
|
||||
{% with indexti=cd.id %}
|
||||
{% for event in ti.events %}
|
||||
{% include "agenda_culturel/single-event/event-in-upcoming-inc.html" with event=event filter=filter day=day indexti=indexti %}
|
||||
{% include "agenda_culturel/single-event/event-elegant-inc.html" with event=event filter=filter day=day indexti=indexti %}
|
||||
{% endfor %}
|
||||
{% endwith %}
|
||||
</article>
|
||||
|
@ -20,6 +20,7 @@
|
||||
|
||||
{% block fluid %}{% endblock %}
|
||||
|
||||
{% block body-class %}place{% endblock %}
|
||||
{% block content %}
|
||||
|
||||
<article>
|
||||
@ -83,9 +84,7 @@
|
||||
{% include "agenda_culturel/navigation.html" with page_obj=page_obj %}
|
||||
|
||||
{% for event in object_list %}
|
||||
<article>
|
||||
{% include "agenda_culturel/single-event/event-in-flat-list-inc.html" with event=event no_location=1 %}
|
||||
</article>
|
||||
{% include "agenda_culturel/single-event/event-elegant-inc.html" with event=event no_location=1 %}
|
||||
{% endfor %}
|
||||
|
||||
{% include "agenda_culturel/navigation.html" with page_obj=page_obj %}
|
||||
|
@ -22,17 +22,20 @@
|
||||
{% endif %}
|
||||
|
||||
{{ event.category | small_cat_recurrent:event.has_recurrences }}
|
||||
{% if event.location or event.exact_location %}<hgroup>{% endif %}
|
||||
<h4>
|
||||
{{ event|picto_status }}
|
||||
<a href="{{ event.get_absolute_url }}">{{ event.title }}</a>
|
||||
</h4>
|
||||
{% if event.location or event.exact_location %}
|
||||
<h5>
|
||||
{% picto_from_name "map-pin" %}
|
||||
{% include "agenda_culturel/event-location-inc.html" with event=event %}
|
||||
</h5>
|
||||
</hgroup>
|
||||
|
||||
{% if not no_location %}
|
||||
{% if event.location or event.exact_location %}<hgroup>{% endif %}
|
||||
<h4>
|
||||
{{ event|picto_status }}
|
||||
<a href="{{ event.get_absolute_url }}">{{ event.title }}</a>
|
||||
</h4>
|
||||
{% if event.location or event.exact_location %}
|
||||
<h5>
|
||||
{% picto_from_name "map-pin" %}
|
||||
{% include "agenda_culturel/event-location-inc.html" with event=event %}
|
||||
</h5>
|
||||
</hgroup>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
{% if event|need_complete_display:True %}<p>
|
||||
@ -67,7 +70,7 @@
|
||||
</header>
|
||||
|
||||
<div class="description">
|
||||
<div>
|
||||
<div class="texte">
|
||||
<p>{{ event.description |linebreaks2 | truncatewords:60 }}</p>
|
||||
</div>
|
||||
<div class="right bottom">
|
Loading…
Reference in New Issue
Block a user