From 5935f588139e2860636bac9c573de99d1fd3c7e1 Mon Sep 17 00:00:00 2001 From: Alban Gruin Date: Mon, 31 Dec 2018 12:02:41 +0100 Subject: templates: correction d’une faute d’orthographe On dit « choisissez », pas « choississez ». Signed-off-by: Alban Gruin --- templates/mention_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') 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 }} – {% endblock %} -{% block pagetitle %}{{ year }} – Choississez votre mention{% endblock %} +{% block pagetitle %}{{ year }} – Choisissez votre mention{% endblock %} {% block url %}{% url "groups" year.slug element.slug %}{% endblock %} {% block navigation %}Retour à la liste des années{% endblock %} -- cgit v1.2.1 From 2386b8d41d88c1408411b378ce5e2a8c09c382e7 Mon Sep 17 00:00:00 2001 From: Alban Gruin Date: Wed, 13 Feb 2019 22:20:46 +0100 Subject: templates: bonne année 2019 Signed-off-by: Alban Gruin --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/index.html b/templates/index.html index e86038e..53cefd5 100644 --- a/templates/index.html +++ b/templates/index.html @@ -25,7 +25,7 @@ {% endblock %} -- cgit v1.2.1 From 274954dbc4c682492cf375045fd34f972769ae5f Mon Sep 17 00:00:00 2001 From: Alban Gruin Date: Wed, 28 Aug 2019 18:33:11 +0200 Subject: templates: nouveau nom de ICSdroid Ceci change le nom d’ICSdroid sur la page des ICS en ICSx⁵, son nouveau nom. Signed-off-by: Alban Gruin --- templates/calendars.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/calendars.html b/templates/calendars.html index 98c57e2..95cda8f 100644 --- a/templates/calendars.html +++ b/templates/calendars.html @@ -15,7 +15,7 @@
  • Sur Linux et Windows, l’extension Lightning du logiciel Thunderbird ;
  • Sur Mac et iOS, iCloud ;
  • -
  • Sur Android, l’application libre ICSDroid peut les +
  • Sur Android, l’application libre ICSx5 peut les récupérer périodiquement et les afficher sur l’application Agenda de base. Elle -- cgit v1.2.1