diff --git a/templates/theme.html b/templates/theme.html index 4c8d012..e3dcd2d 100644 --- a/templates/theme.html +++ b/templates/theme.html @@ -1,157 +1,60 @@ - +{% extends "theme.html" %} {% load i18n static %} - - - - - - {% firstof global_title "Compte Citoyen" %} {% block title %}{% endblock %} - {% if favicon %} - - {% endif %} - {% if theme_color %} - - - {% endif %} - {% block extra_top_head %} - {% endblock %} - {{ media }} - {% if css_variant %} - - {% else %} - - {% endif %} - {% block extra_css %} - {% endblock %} - {% block extra_scripts %} - {% endblock %} - - - -
-
-
- -
+ {% endif %} -{% block nav %} - -{% endblock %} - - {% block before-main-content %} - {% endblock %} - -
-
- -{% block messages %} -{% if messages %} - -{% endif %} -{% endblock %} - -
- {% block content %} - {% endblock %} -
-
-
- - -
- {% if environment_label %}{{ environment_label }}{% endif %} - Retour en haut de page +{% endblock %} + +{% block body-bottom %} {% if smarttag_js %} @@ -200,6 +101,4 @@ } {% endif %} - {% include "includes/tracking.html" %} - - +{% endblock %}