From 3ea8cef78bfdd4487503407273de8eb0f6b0b29d Mon Sep 17 00:00:00 2001 From: Dorian Lesbre <dorian.lesbre@gmail.com> Date: Mon, 26 Apr 2021 09:24:08 +0200 Subject: [PATCH] Add to both FAQs --- home/templates/faq.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/templates/faq.html b/home/templates/faq.html index 158d4cc..406c141 100644 --- a/home/templates/faq.html +++ b/home/templates/faq.html @@ -74,7 +74,7 @@ <h2>Comment sont réparties les activités ?</h2> <p> - La répartition est faite par un algorithme puis vérifiée à la main. Il se base sur le problème hôpital-résident, comme celui des années précédentes. + La répartition est faite par un algorithme puis vérifiée à la main (code source sur <a href="https://github.com/Imakoala/InterludesMatchings">github</a>). Il se base sur le problème hôpital-résident, comme celui des années précédentes. Son fonctionnement exact est un peu modifié : </p> <ol> -- GitLab