Calendrier accessible et presque fonctionnel

This commit is contained in:
Evarin 2018-11-22 00:39:12 +01:00
parent 350836aeb2
commit 3ebb89c1c6
3 changed files with 8 additions and 1 deletions

View file

@ -6,6 +6,10 @@
padding: 0;
font-family: "sans-serif";
min-height: 80vh;
display: block;
position: relative;
}
#cal-container,

View file

@ -30,7 +30,7 @@
<div class="planning">
{% csrf_token %}
{% 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 activity in day.list %}
<div class="{% cycle "" "inverted" %} cal-event">

View file

@ -29,6 +29,9 @@
<span class="glyphicon glyphicon-tree-deciduous"></span>
lieux spécifiques
</a>
<a href="{% url "event:calendar" event.slug %}" class="module">
Calendrier
</a>
</div>
<h2>Planning</h2>