Ajout d'un accès facilité à la vue semaine
This commit is contained in:
parent
838adec3f0
commit
4a10a2d221
@ -66,7 +66,13 @@
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% picto_from_name "chevrons-down" %}</a>
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
{% else %}
|
||||
{% if category %}
|
||||
<a role="button" href="{% url 'week_view_category' category.slug calendar.firstdate.year calendar.firstdate|week %}?{{ filter.get_url }}">toute la semaine {% picto_from_name "chevrons-up" %</a>
|
||||
{% else %}
|
||||
<a role="button" href="{% url 'week_view' calendar.firstdate.year calendar.firstdate|week %}?{{ filter.get_url }}">toute la semaine {% picto_from_name "chevrons-up" %}</a>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% if category %}
|
||||
<a href="{% if calendar.nb_days == 1 %}{% url 'day_view_category' category.slug date_next.year date_next.month date_next.day %}{% else %}{% url 'a_venir_jour_category' category.slug date_next.year date_next.month date_next.day %}{% endif %}?{{ filter.get_url }}" aria-label="dates suivantes" role="button">
|
||||
|
Loading…
x
Reference in New Issue
Block a user