aboutsummaryrefslogtreecommitdiff
path: root/templates/timetable.html
diff options
context:
space:
mode:
authorAlban Gruin2018-09-29 17:02:43 +0200
committerAlban Gruin2018-09-29 17:02:43 +0200
commitfc1fc472931cae0ba3d0a0103c328f85b7b52586 (patch)
treef6be7fb6463ff29f26de8db5386729a4fc9f975b /templates/timetable.html
parenta4000b40682c93efacec31308dce4a32eeac7ef7 (diff)
parentc95740a4d97fc579f4f12a6abf01eac446fde1cc (diff)
Merge branch 'stable/0.14.z' into prod/pa1ch/0.14.zv0.14.2-pa1ch
Signed-off-by: Alban Gruin <alban at pa1ch dot fr>
Diffstat (limited to 'templates/timetable.html')
-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..79c5471 100644
--- a/templates/timetable.html
+++ b/templates/timetable.html
@@ -29,13 +29,13 @@
{% endif %} &ndash;
{% 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 %}