aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlban Gruin2018-12-31 12:02:41 +0100
committerAlban Gruin2018-12-31 12:02:41 +0100
commit5935f588139e2860636bac9c573de99d1fd3c7e1 (patch)
tree5762ccdce5825147fe9c3b83920e093f674457fa
parent171472d7dc42e2d3b390ad8b052c7e88fca21722 (diff)
templates: correction d’une faute d’orthographe
On dit « choisissez », pas « choississez ». Signed-off-by: Alban Gruin <alban at pa1ch dot fr>
-rw-r--r--templates/mention_list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/mention_list.html b/templates/mention_list.html
index 3b9d8e8..08d3d4a 100644
--- a/templates/mention_list.html
+++ b/templates/mention_list.html
@@ -1,6 +1,6 @@
{% extends "index.html" %}
{% block title %}{{ year }} &ndash; {% endblock %}
-{% block pagetitle %}{{ year }} &ndash; Choississez votre mention{% endblock %}
+{% block pagetitle %}{{ year }} &ndash; Choisissez votre mention{% endblock %}
{% block url %}{% url "groups" year.slug element.slug %}{% endblock %}
{% block navigation %}<a href="{% url "index" %}">Retour à la liste des années</a>{% endblock %}