aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime2018-09-28 21:34:32 +0200
committerMaxime2018-09-28 21:34:32 +0200
commitecee7054329e55dc861970fc667bb1d3be6627d5 (patch)
tree3ecc649e7d01289d726e8502a330ee22b785ab6f
parentfd516af7aedf938cc6fb65eca556e8341a0dfd92 (diff)
Changement de "Semaine NN" vers "Semaine Suivante/Précédente"
-rw-r--r--templates/timetable.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/timetable.html b/templates/timetable.html
index a6dc1ab..9866079 100644
--- a/templates/timetable.html
+++ b/templates/timetable.html
@@ -29,13 +29,13 @@
{% endif %} –
{% if last_week is not None %}
<a href="{% if group_mode %}{% url "timetable" timetable.year.slug timetable.slug group.slug last_week.year last_week|dt_week %}{% else %}{% url "room-timetable" group.slug last_week.year last_week|dt_week %}{% endif %}">
- Semaine {{ last_week|dt_week }}
+ Semaine Précédente
</a>
&ndash;
{% endif %}
{% if next_week is not None %}
<a href="{% if group_mode %}{% url "timetable" timetable.year.slug timetable.slug group.slug next_week.year next_week|dt_week %}{% else %}{% url "room-timetable" group.slug next_week.year next_week|dt_week %}{% endif %}">
- Semaine {{ next_week|dt_week }}
+ Semaine Suivante
</a>
&ndash;
{% endif %}