diff options
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 9866079..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 Précédente + 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 Suivante + Semaine suivante </a> – {% endif %} |