aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlban Gruin2018-09-29 16:51:57 +0200
committerAlban Gruin2018-09-29 16:51:57 +0200
commitb9a882ba6d58e0fc76597a7b96161d2e6e4193a6 (patch)
tree844960ed5a59199ffb5a55beaaf10ef2c4f55340
parent8666eeda04d8c57c9857c98cf357eb7572046a9d (diff)
parent2123fbe0311457933785d6715db09f5ecdf63437 (diff)
Merge branch 'mh/correctifs-texte'
Signed-off-by: Alban Gruin <alban at pa1ch dot fr>
-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 %}