diff --git a/home/templates/home.html b/home/templates/home.html
index 5f9e37e15759de5e78ac2b8e69419a4261ff0d45..96fef1f1043132c4e66327e10ebd0e225f8e8c12 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 b044e9577f59dca2fce1ac64c3506a8b1f8d2018..af9748453623d11a5c6b35d81fd0bb4aa3b82491 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>