From 1c8eaff497903018d4381e2d3eb7cba536a7ff7f Mon Sep 17 00:00:00 2001
From: Dorian Lesbre <dorian.lesbre@gmail.com>
Date: Mon, 11 Jan 2021 11:37:14 +0100
Subject: [PATCH] Fix typo + added h2 in login template

---
 home/templates/home.html               | 2 +-
 home/templates/registration/login.html | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/home/templates/home.html b/home/templates/home.html
index 5f9e37e..96fef1f 100644
--- a/home/templates/home.html
+++ b/home/templates/home.html
@@ -11,7 +11,7 @@
 	<p>
 		Cette année, c'est au tour de l'ENS Ulm d'organiser les interludes.
 		L'événement a habituellement lieu en février mais à cause du COVID,
-		il a été retardé et ait prévu le week-end du vendredi 9 au dimanche 11
+		il a été retardé et est prévu le week-end du vendredi 9 au dimanche 11
 		avril 2021.
 	</p>
 {% endblock %}
diff --git a/home/templates/registration/login.html b/home/templates/registration/login.html
index b044e95..af97484 100644
--- a/home/templates/registration/login.html
+++ b/home/templates/registration/login.html
@@ -14,6 +14,7 @@
 	{% endif %}
 	{% endif %}
 
+	<h2>Connexion</h2>
 	<form method="post" action="{% url "accounts:login" %}?next={{ next|urlencode }}">
 		{% csrf_token %}
 		<table>
-- 
GitLab