diff options
| author | Maxime | 2018-09-28 21:34:32 +0200 | 
|---|---|---|
| committer | Maxime | 2018-09-28 21:34:32 +0200 | 
| commit | ecee7054329e55dc861970fc667bb1d3be6627d5 (patch) | |
| tree | 3ecc649e7d01289d726e8502a330ee22b785ab6f /templates | |
| parent | fd516af7aedf938cc6fb65eca556e8341a0dfd92 (diff) | |
Changement de "Semaine NN" vers "Semaine Suivante/Précédente"
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..9866079 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 %}  | 
