diff --git a/note_kfet/templates/404.html b/note_kfet/templates/404.html
index 435bb7ec..03b81658 100644
--- a/note_kfet/templates/404.html
+++ b/note_kfet/templates/404.html
@@ -3,7 +3,6 @@
SPDX-License-Identifier: GPL-3.0-or-later
{% endcomment %}
{% load i18n %}
-{% block contenttitle %}{% endblock %}
{% block content %}
diff --git a/note_kfet/templates/500.html b/note_kfet/templates/500.html
index ba4b5875..fb7d1c69 100644
--- a/note_kfet/templates/500.html
+++ b/note_kfet/templates/500.html
@@ -3,7 +3,6 @@
SPDX-License-Identifier: GPL-3.0-or-later
{% endcomment %}
{% load i18n %}
-{% block contenttitle %}{% endblock %}
{% block content %}
diff --git a/note_kfet/templates/base.html b/note_kfet/templates/base.html
index a784f8e6..df38eac9 100644
--- a/note_kfet/templates/base.html
+++ b/note_kfet/templates/base.html
@@ -163,7 +163,6 @@ SPDX-License-Identifier: GPL-3.0-or-later
{% trans "Your e-mail address is not validated. Please check your mail inbox and click on the validation link." %}
{% endif %}
- {% block contenttitle %}
{{ title }} {% endblock %}
×
Attention : la Note Kfet 2020 est en phase de beta. Des fonctionnalités pourront être rajoutées d'ici à la version
diff --git a/note_kfet/templates/base_search.html b/note_kfet/templates/base_search.html
index b9016005..f526c0e1 100644
--- a/note_kfet/templates/base_search.html
+++ b/note_kfet/templates/base_search.html
@@ -4,7 +4,6 @@ SPDX-License-Identifier: GPL-3.0-or-later
{% endcomment %}
{% load render_table from django_tables2 %}
{% load i18n perms %}
-{% block contenttitle %}{% endblock %}
{% block content %}
diff --git a/note_kfet/templates/registration/logged_out.html b/note_kfet/templates/registration/logged_out.html
index 80dfc93e..b81c143a 100644
--- a/note_kfet/templates/registration/logged_out.html
+++ b/note_kfet/templates/registration/logged_out.html
@@ -3,7 +3,6 @@
SPDX-License-Identifier: GPL-3.0-or-later
{% endcomment %}
{% load i18n %}
-{% block contenttitle %}{% endblock %}
{% block content %}
diff --git a/note_kfet/templates/registration/login.html b/note_kfet/templates/registration/login.html
index 87ccbd3c..b30c9fb6 100644
--- a/note_kfet/templates/registration/login.html
+++ b/note_kfet/templates/registration/login.html
@@ -4,7 +4,6 @@ SPDX-License-Identifier: GPL-2.0-or-later
{% endcomment %}
{% load i18n crispy_forms_tags static %}
{% block title %}{% trans "Log in" %}{% endblock %}
-{% block contenttitle %}{% endblock %}
{% block extracss %}
diff --git a/note_kfet/templates/registration/password_change_done.html b/note_kfet/templates/registration/password_change_done.html
index 6e949134..bcc1a0fd 100644
--- a/note_kfet/templates/registration/password_change_done.html
+++ b/note_kfet/templates/registration/password_change_done.html
@@ -3,7 +3,6 @@
SPDX-License-Identifier: GPL-3.0-or-later
{% endcomment %}
{% load i18n %}
-{% block contenttitle %}{% endblock %}
{% block content %}
diff --git a/note_kfet/templates/registration/password_change_form.html b/note_kfet/templates/registration/password_change_form.html
index f594cbe1..45f7729f 100644
--- a/note_kfet/templates/registration/password_change_form.html
+++ b/note_kfet/templates/registration/password_change_form.html
@@ -3,7 +3,6 @@
SPDX-License-Identifier: GPL-3.0-or-later
{% endcomment %}
{% load i18n crispy_forms_tags %}
-{% block contenttitle %}{% endblock %}
{% block content %}
diff --git a/note_kfet/templates/registration/password_reset_complete.html b/note_kfet/templates/registration/password_reset_complete.html
index 46e823f7..7e8dd743 100644
--- a/note_kfet/templates/registration/password_reset_complete.html
+++ b/note_kfet/templates/registration/password_reset_complete.html
@@ -3,7 +3,6 @@
SPDX-License-Identifier: GPL-3.0-or-later
{% endcomment %}
{% load i18n %}
-{% block contenttitle %}{% endblock %}
{% block content %}
diff --git a/note_kfet/templates/registration/password_reset_confirm.html b/note_kfet/templates/registration/password_reset_confirm.html
index c55d56b5..e52762c9 100644
--- a/note_kfet/templates/registration/password_reset_confirm.html
+++ b/note_kfet/templates/registration/password_reset_confirm.html
@@ -3,7 +3,6 @@
SPDX-License-Identifier: GPL-3.0-or-later
{% endcomment %}
{% load i18n crispy_forms_tags %}
-{% block contenttitle %}{% endblock %}
{% block content %}
diff --git a/note_kfet/templates/registration/password_reset_done.html b/note_kfet/templates/registration/password_reset_done.html
index 56271ae0..1f22b6d6 100644
--- a/note_kfet/templates/registration/password_reset_done.html
+++ b/note_kfet/templates/registration/password_reset_done.html
@@ -3,7 +3,6 @@
SPDX-License-Identifier: GPL-3.0-or-later
{% endcomment %}
{% load i18n %}
-{% block contenttitle %}{% endblock %}
{% block content %}
diff --git a/note_kfet/templates/registration/password_reset_form.html b/note_kfet/templates/registration/password_reset_form.html
index 3f2d2f0f..639aefe2 100644
--- a/note_kfet/templates/registration/password_reset_form.html
+++ b/note_kfet/templates/registration/password_reset_form.html
@@ -3,7 +3,6 @@
SPDX-License-Identifier: GPL-3.0-or-later
{% endcomment %}
{% load i18n crispy_forms_tags %}
-{% block contenttitle %}{% endblock %}
{% block content %}
diff --git a/note_kfet/templates/registration/signup.html b/note_kfet/templates/registration/signup.html
index bde985a6..268ba7ff 100644
--- a/note_kfet/templates/registration/signup.html
+++ b/note_kfet/templates/registration/signup.html
@@ -4,7 +4,6 @@ SPDX-License-Identifier: GPL-3.0-or-later
{% endcomment %}
{% load i18n crispy_forms_tags %}
{% block title %}{% trans "Sign up" %}{% endblock %}
-{% block contenttitle %}{% endblock %}
{% block content %}