Calendrier accessible et presque fonctionnel
This commit is contained in:
parent
350836aeb2
commit
3ebb89c1c6
3 changed files with 8 additions and 1 deletions
|
@ -6,6 +6,10 @@
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
||||||
font-family: "sans-serif";
|
font-family: "sans-serif";
|
||||||
|
|
||||||
|
min-height: 80vh;
|
||||||
|
display: block;
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
#cal-container,
|
#cal-container,
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
<div class="planning">
|
<div class="planning">
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
{% regroup activities by beginning|date:"Y-m-d" as days_list %}
|
{% regroup activities by beginning|date:"Y-m-d" as days_list %}
|
||||||
<div class="content fluid cal-container">
|
<div class="content fluid" id="cal-container">
|
||||||
{% for day in days_list %}
|
{% for day in days_list %}
|
||||||
{% for activity in day.list %}
|
{% for activity in day.list %}
|
||||||
<div class="{% cycle "" "inverted" %} cal-event">
|
<div class="{% cycle "" "inverted" %} cal-event">
|
||||||
|
|
|
@ -29,6 +29,9 @@
|
||||||
<span class="glyphicon glyphicon-tree-deciduous"></span>
|
<span class="glyphicon glyphicon-tree-deciduous"></span>
|
||||||
lieux spécifiques
|
lieux spécifiques
|
||||||
</a>
|
</a>
|
||||||
|
<a href="{% url "event:calendar" event.slug %}" class="module">
|
||||||
|
Calendrier
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<h2>Planning</h2>
|
<h2>Planning</h2>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue