diff --git a/Palto/Palto/templates/Palto/homepage.html b/Palto/Palto/templates/Palto/homepage.html index e1faee0..0795085 100644 --- a/Palto/Palto/templates/Palto/homepage.html +++ b/Palto/Palto/templates/Palto/homepage.html @@ -1,9 +1,9 @@ -{% extends "Palto/base/base-features.html" %} +{% extends "Palto/base.html" %} {% block body %} - {{ block.super }} -
Palto est un outil de gestion des présences d'élèves dans vos établissements scolaires.
++ Palto est un outil de gestion des présences d'élèves dans vos établissements scolaires. +
{% endblock %} diff --git a/Palto/Palto/templates/Palto/profile.html b/Palto/Palto/templates/Palto/profile.html index 3c8397e..e879b97 100644 --- a/Palto/Palto/templates/Palto/profile.html +++ b/Palto/Palto/templates/Palto/profile.html @@ -1,9 +1,7 @@ -{% extends "Palto/base/base-features.html" %} +{% extends "Palto/base.html" %} {% load dict_tags %} {% block body %} - {{ block.super }} - {{ profile.username }} {{ profile.email }} {% if profile.is_superuser %}Administrator{% endif %} diff --git a/Palto/Palto/templates/Palto/student_group.html b/Palto/Palto/templates/Palto/student_group.html index 0a7543f..56de3b0 100644 --- a/Palto/Palto/templates/Palto/student_group.html +++ b/Palto/Palto/templates/Palto/student_group.html @@ -1,8 +1,6 @@ -{% extends "Palto/base/base-features.html" %} +{% extends "Palto/base.html" %} {% block body %} - {{ block.super }} - {# group's information #}