diff --git a/la_chariotte/accounts/templates/registration/login.html b/la_chariotte/accounts/templates/registration/login.html
index dacc4b9..3e7d057 100644
--- a/la_chariotte/accounts/templates/registration/login.html
+++ b/la_chariotte/accounts/templates/registration/login.html
@@ -2,13 +2,14 @@
{% block title %}Connexion{% endblock %}
+{% block content_title %}Connexion{% endblock %}
+
{% block content %}
-
Connexion
{% endblock %}
\ No newline at end of file
diff --git a/la_chariotte/accounts/templates/registration/signup.html b/la_chariotte/accounts/templates/registration/signup.html
index c049920..640a6a1 100644
--- a/la_chariotte/accounts/templates/registration/signup.html
+++ b/la_chariotte/accounts/templates/registration/signup.html
@@ -1,13 +1,13 @@
{% extends 'base.html' %}
{% block title %}Créer un compte{% endblock %}
+{% block content_title %}Créer un compte{% endblock %}
{% block content %}
-Créer un compte
{% endblock %}
\ No newline at end of file
diff --git a/la_chariotte/settings.py b/la_chariotte/settings.py
index 081372a..1a2ba7c 100644
--- a/la_chariotte/settings.py
+++ b/la_chariotte/settings.py
@@ -117,7 +117,7 @@ AUTH_PASSWORD_VALIDATORS = [
# Internationalization
# https://docs.djangoproject.com/en/4.1/topics/i18n/
-LANGUAGE_CODE = "en-us"
+LANGUAGE_CODE = "fr-FR"
TIME_ZONE = "Europe/Paris"