diff options
author | Alban Gruin | 2018-09-29 16:51:57 +0200 |
---|---|---|
committer | Alban Gruin | 2018-09-29 16:51:57 +0200 |
commit | b9a882ba6d58e0fc76597a7b96161d2e6e4193a6 (patch) | |
tree | 844960ed5a59199ffb5a55beaaf10ef2c4f55340 /templates/timetable.html | |
parent | 8666eeda04d8c57c9857c98cf357eb7572046a9d (diff) | |
parent | 2123fbe0311457933785d6715db09f5ecdf63437 (diff) |
Merge branch 'mh/correctifs-texte'
Signed-off-by: Alban Gruin <alban at pa1ch dot fr>
Diffstat (limited to 'templates/timetable.html')
-rw-r--r-- | templates/timetable.html | 4 |
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 %} – {% 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> – {% 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> – {% endif %} |