aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime2018-09-28 22:17:31 +0200
committerMaxime2018-09-28 22:17:31 +0200
commit2123fbe0311457933785d6715db09f5ecdf63437 (patch)
tree97e6bbc42bf3da48ce91ed3a0e60e854a31a7204
parentecee7054329e55dc861970fc667bb1d3be6627d5 (diff)
Changement de "Semaine Suivante/Précédente" vers "Semaine suivante/précédente"mh/correctifs-texte
-rw-r--r--templates/timetable.html4
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>
&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 Suivante
+ Semaine suivante
</a>
&ndash;
{% endif %}