diff options
| author | Alban Gruin | 2019-09-01 20:47:49 +0200 | 
|---|---|---|
| committer | Alban Gruin | 2019-09-01 20:47:49 +0200 | 
| commit | 00d70c4d65967987c254c72f8bef5fda991f859b (patch) | |
| tree | 670b2a78bfeb151096cfa844d6b48559dfc3641b /templates | |
| parent | fe83f55800f78ff6ced9a13cf5a9c22fde0ead12 (diff) | |
| parent | a6eaecf48f63c37cf851386a45cd4b25ac3ed1e0 (diff) | |
Merge branch 'futur'
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/calendars.html | 2 | ||||
| -rw-r--r-- | templates/index.html | 2 | ||||
| -rw-r--r-- | templates/mention_list.html | 2 | 
3 files changed, 3 insertions, 3 deletions
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 @@          <li>Sur Linux et Windows, l’extension Lightning du logiciel          Thunderbird ;</li>          <li>Sur Mac et iOS, iCloud ;</li> -        <li>Sur Android, l’application libre ICSDroid peut les +        <li>Sur Android, l’application libre ICSx<sup>5</sup> peut les          récupérer périodiquement et les afficher sur l’application          Agenda de base.          <a href="https://f-droid.org/fr/packages/at.bitfire.icsdroid/">Elle 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 %}      </div>      <footer> -      <p>(c) 2018 – Alban Gruin – <a href="{% url "django.contrib.flatpages.views.flatpage" url="contact/" %}">contacter</a> – celcatsanitizer {{ celcatsanitizer_version }} – <a href="{% url "django.contrib.flatpages.views.flatpage" url="a-propos/" %}">à propos</a><br /> +      <p>(c) 2019 – Alban Gruin – <a href="{% url "django.contrib.flatpages.views.flatpage" url="contact/" %}">contacter</a> – celcatsanitizer {{ celcatsanitizer_version }} – <a href="{% url "django.contrib.flatpages.views.flatpage" url="a-propos/" %}">à propos</a><br />        Design inspiré par <a href="https://bestmotherfucking.website/">https://bestmotherfucking.website/</a></p>      </footer>    </body> 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 %}<a href="{% url "index" %}">Retour à la liste des années</a>{% endblock %}  | 
