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

-

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 #} diff --git a/Palto/Palto/templates/Palto/teaching_session_list.html b/Palto/Palto/templates/Palto/teaching_session_list.html index aea92e3..715d933 100644 --- a/Palto/Palto/templates/Palto/teaching_session_list.html +++ b/Palto/Palto/templates/Palto/teaching_session_list.html @@ -1,8 +1,6 @@ -{% extends "Palto/base/base-features.html" %} +{% extends "Palto/base.html" %} {% block body %} - {{ block.super }} - {# table of all the sessions #}
diff --git a/Palto/Palto/templates/Palto/teaching_session_view.html b/Palto/Palto/templates/Palto/teaching_session_view.html index 0901425..ada42aa 100644 --- a/Palto/Palto/templates/Palto/teaching_session_view.html +++ b/Palto/Palto/templates/Palto/teaching_session_view.html @@ -1,9 +1,7 @@ -{% extends "Palto/base/base-features.html" %} +{% extends "Palto/base.html" %} {% load dict_tags %} {% block body %} - {{ block.super }} - {# session's information #}
diff --git a/Palto/Palto/templates/Palto/teaching_unit_view.html b/Palto/Palto/templates/Palto/teaching_unit_view.html index fb1716f..956aa5c 100644 --- a/Palto/Palto/templates/Palto/teaching_unit_view.html +++ b/Palto/Palto/templates/Palto/teaching_unit_view.html @@ -1,9 +1,7 @@ -{% extends "Palto/base/base-features.html" %} +{% extends "Palto/base.html" %} {% load dict_tags %} {% block body %} - {{ block.super }} - {# unit's information #}