From b2877bd588a758e21ea5ba84793f10f0614c0d87 Mon Sep 17 00:00:00 2001 From: Simon Fernandez <simon.fernandez1@univ-grenoble-alpes.fr> Date: Mon, 10 Jan 2022 18:25:23 +0100 Subject: [PATCH] Clean some templates --- home/templates/faq.html | 2 +- home/templates/home.html | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/home/templates/faq.html b/home/templates/faq.html index 1b44a98..e24d81d 100644 --- a/home/templates/faq.html +++ b/home/templates/faq.html @@ -91,4 +91,4 @@ </ol> <p>Le code est sur <a href="https://github.com/Imakoala/InterludesMatchings">github</a>, il ne marche pas encore parfaitement, et on risque de devoir bidouiller à la main en plus pour résoudre tous les cas particuliers (conflits d'horaires, activité présente plusieurs fois...). -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/home/templates/home.html b/home/templates/home.html index 4d98b00..b42c229 100644 --- a/home/templates/home.html +++ b/home/templates/home.html @@ -56,10 +56,8 @@ <h2>Liens divers</h2> <ul> - <li>Le <a href="https://wiki.crans.org/VieBdl/InterLudes">wiki de Paris-Saclay</a> qui recense les visuels, sites - webs et photos des interludes passées.</li> <li>Le code source de ce site est sur <a href="https://github.com/Pantoofle/site-interludes">github</a>.</li> <li>Un historique des interludes avec leurs visuels, site webs et photos est sur le <a href="https://wiki.crans.org/VieBdl/InterLudes">wiki de Paris-Saclay</a>.</li> </ul> -{% endblock %} \ No newline at end of file +{% endblock %} -- GitLab