diff options
author | Alban Gruin | 2018-09-29 17:02:43 +0200 |
---|---|---|
committer | Alban Gruin | 2018-09-29 17:02:43 +0200 |
commit | fc1fc472931cae0ba3d0a0103c328f85b7b52586 (patch) | |
tree | f6be7fb6463ff29f26de8db5386729a4fc9f975b /templates | |
parent | a4000b40682c93efacec31308dce4a32eeac7ef7 (diff) | |
parent | c95740a4d97fc579f4f12a6abf01eac446fde1cc (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')
-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 %} |