{% endblock %}
diff --git a/tfjm/templates/base.html b/tfjm/templates/base.html
index ec4f0c4..383edbe 100644
--- a/tfjm/templates/base.html
+++ b/tfjm/templates/base.html
@@ -1,15 +1,15 @@
-{% load static i18n static %}
+{% load i18n static %}
{% get_current_language as LANGUAGE_CODE %}{% get_current_language_bidi as LANGUAGE_BIDI %}
-
+
{% block title %}{{ title }}{% endblock title %} - Plateforme du TFJM²
-
+
{# Favicon #}
@@ -25,7 +25,7 @@
{# Bootstrap JavaScript #}
- {# bootstrap-select for beautyful selects and JQuery dependency #}
+ {# bootstrap-select for beautiful selects and JQuery dependency #}
@@ -38,206 +38,31 @@
{% block extracss %}{% endblock %}
-
-
- {% block fullcontent %}
-
- {% block contenttitle %}
{{ title }}
{% endblock %}
- {% if user.is_authenticated and not user.registration.email_confirmed %}
-
-
- {% url "registration:email_validation_resend" pk=user.pk as send_email_url %}
- {% blocktrans trimmed %}
- Your email address is not validated. Please click on the link you received by email.
- You can resend a mail by clicking on this link.
- {% endblocktrans %}
-