From d19514f629fa55055b135bd1fa98aedf5350d4e5 Mon Sep 17 00:00:00 2001
From: UncleReaton <8175696-UncleReaton@users.noreply.gitlab.com>
Date: Wed, 11 May 2022 20:43:20 +0200
Subject: [PATCH] Add alt texts to base template and fr+en news
---
src/home/templates/news/en/gitea.html | 4 ++--
src/home/templates/news/en/sql_challenges.html | 2 +-
src/home/templates/news/fr/gitea.html | 4 ++--
src/home/templates/news/fr/sql_challenges.html | 2 +-
src/templates/base.html | 12 ++++++------
5 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/src/home/templates/news/en/gitea.html b/src/home/templates/news/en/gitea.html
index 8cc469d..28384ae 100644
--- a/src/home/templates/news/en/gitea.html
+++ b/src/home/templates/news/en/gitea.html
@@ -1,3 +1,3 @@
-We're pleased to announce that 42CTF source code is now available on a self-hosted gitea
+We're pleased to announce that 42CTF source code is now available on a self-hosted gitea
-If you want to contribute to the platform (development or translation), you can send us a message on or simply fill this form and we'll contact you !
\ No newline at end of file
+If you want to contribute to the platform (development or translation), you can send us a message on or simply fill this form and we'll contact you !
diff --git a/src/home/templates/news/en/sql_challenges.html b/src/home/templates/news/en/sql_challenges.html
index 206456c..8967202 100644
--- a/src/home/templates/news/en/sql_challenges.html
+++ b/src/home/templates/news/en/sql_challenges.html
@@ -5,4 +5,4 @@ We offer you three brand new challenges created by Simple Question of Logic 2 (30 points)
- Simple Question of Logic 3 (40 points)
-Don't forget that you can always reach out on to propose new challenges !
\ No newline at end of file
+Don't forget that you can always reach out on to propose new challenges !
diff --git a/src/home/templates/news/fr/gitea.html b/src/home/templates/news/fr/gitea.html
index 711c6f5..dc34309 100644
--- a/src/home/templates/news/fr/gitea.html
+++ b/src/home/templates/news/fr/gitea.html
@@ -1,3 +1,3 @@
-Nous sommes heureux de vous annoncer que le code source de 42CTF est désormais disponible sur un auto-hébergé.
+Nous sommes heureux de vous annoncer que le code source de 42CTF est désormais disponible sur un auto-hébergé.
-Si vous voulez contribuer a la plateforme (développement ou traduction), vous pouvez nous envoyer un message sur ou simplement remplir ce formulaire et nous vous contacterons !
\ No newline at end of file
+Si vous voulez contribuer a la plateforme (développement ou traduction), vous pouvez nous envoyer un message sur ou simplement remplir ce formulaire et nous vous contacterons !
diff --git a/src/home/templates/news/fr/sql_challenges.html b/src/home/templates/news/fr/sql_challenges.html
index 31d0658..d3dd62a 100644
--- a/src/home/templates/news/fr/sql_challenges.html
+++ b/src/home/templates/news/fr/sql_challenges.html
@@ -5,4 +5,4 @@ On vous propose trois nouveaux challenges créés par Simple Question of Logic 2 (30 points)
- Simple Question of Logic 3 (40 points)
-N'oubliez pas que vous pouvez toujours nous contacter sur pour proposer des nouveaux challenges !
\ No newline at end of file
+N'oubliez pas que vous pouvez toujours nous contacter sur pour proposer des nouveaux challenges !
diff --git a/src/templates/base.html b/src/templates/base.html
index 2e139c5..d2f70e2 100644
--- a/src/templates/base.html
+++ b/src/templates/base.html
@@ -34,7 +34,7 @@