diff --git a/shared/templates/403.html b/shared/templates/403.html
index 5cf9378..fb3c181 100644
--- a/shared/templates/403.html
+++ b/shared/templates/403.html
@@ -3,10 +3,11 @@
{% block content %}
-
{% trans "Erreur 403" %}
+
+{% trans "Erreur 403" %}
-
+
+
{% endblock %}
diff --git a/shared/templates/404.html b/shared/templates/404.html
index f344424..6451681 100644
--- a/shared/templates/404.html
+++ b/shared/templates/404.html
@@ -3,7 +3,8 @@
{% block content %}
-
{% trans "Erreur 404" %}
+
+
{% trans "Erreur 404" %}
@@ -18,4 +19,5 @@
+
{% endblock %}
diff --git a/shared/templates/500.html b/shared/templates/500.html
index 876bdcd..f96df29 100644
--- a/shared/templates/500.html
+++ b/shared/templates/500.html
@@ -3,7 +3,8 @@
{% block content %}
-{% trans "Erreur 500" %}
+
+{% trans "Erreur 500" %}
@@ -18,4 +19,5 @@
+
{% endblock %}