mirror of
https://github.com/nanoy42/coope
synced 2024-11-05 01:16:28 +00:00
Fix l'affichage de l'entête (répétitions de h1)
This commit is contained in:
parent
f5668ea77a
commit
abdb4afa7d
22 changed files with 22 additions and 24 deletions
|
@ -1,5 +1,5 @@
|
|||
{% extends 'base.html' %}
|
||||
{% block entete %}<h1>Gestion des produits</h1>{% endblock %}
|
||||
{% block entete %}Gestion des produits{% endblock %}
|
||||
{% block navbar%}
|
||||
<ul>
|
||||
<li><a href="#first">Historique du fût</a></li>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{% extends 'base.html' %}
|
||||
{% block entete %}<h1>Gestion des produits</h1>{% endblock %}
|
||||
{% block entete %}Gestion des produits{% endblock %}
|
||||
{% block navbar%}
|
||||
<ul>
|
||||
<li><a href="#first">Liste des fûts actifs</a></li>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{% extends "base.html" %}
|
||||
{% load static %}
|
||||
|
||||
{%block entete%}<h1>Gestion de la Coopé™</h1>{%endblock%}
|
||||
{%block entete%}Gestion de la Coopé™{%endblock%}
|
||||
|
||||
{% block navbar %}
|
||||
<ul>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{% extends 'base.html' %}
|
||||
{% block entete %}<h1>Gestion des produits</h1>{% endblock %}
|
||||
{% block entete %}Gestion des produits{% endblock %}
|
||||
{% block navbar%}
|
||||
<ul>
|
||||
<li><a href="#first">Liste des menus</a></li>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{% extends "base.html" %}
|
||||
{% block entete %}<h1>Gestion des produits</h1>{% endblock %}
|
||||
{% block entete %}Gestion des produits{% endblock %}
|
||||
{% block navbar %}
|
||||
<ul>
|
||||
<li><a href="#first">Général</a></li>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{% extends 'base.html' %}
|
||||
{% block entete %}<h1>Gestion des produits</h1>{% endblock %}
|
||||
{% block entete %}Gestion des produits{% endblock %}
|
||||
{% block navbar%}
|
||||
<ul>
|
||||
<li><a href="#first">Produits</a></li>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{% extends 'base.html' %}
|
||||
{% block entete %}<h1>Gestion des produits</h1>{% endblock %}
|
||||
{% block entete %}Gestion des produits{% endblock %}
|
||||
{% block navbar%}
|
||||
<ul>
|
||||
<li><a href="#first">Liste des produits</a></li>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{% extends "base.html" %}
|
||||
{%load static %}
|
||||
{%block entete%}<h1>Classement</h1>{%endblock%}
|
||||
{%block entete%}Classement{%endblock%}
|
||||
{% block nav %}
|
||||
<ul>
|
||||
<li><a href="#first">Meilleurs consommateurs (débit)</a></li>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{% extends "base.html" %}
|
||||
{% block entete %}<h1>Gestion des cotisations</h1>{% endblock %}
|
||||
{% block entete %}Gestion des cotisations{% endblock %}
|
||||
{% block navbar %}
|
||||
<ul>
|
||||
<li><a href="#first">Liste des cotisations</a></li>
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
{% extends 'base.html' %}
|
||||
{% block entete %}
|
||||
<h1>Administration</h1>
|
||||
{% endblock %}
|
||||
{% block entete %}Administration{% endblock %}
|
||||
{% block nav %}
|
||||
<ul>
|
||||
<li><a href="#first" class="active">Message global</a></li>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{% extends "base.html" %}
|
||||
{% block entete %}<h1>Gestion des moyens de paiement</h1>{% endblock %}
|
||||
{% block entete %}Gestion des moyens de paiement{% endblock %}
|
||||
{% block navbar %}
|
||||
<ul>
|
||||
<li><a href="#first">Liste des moyens de paiement</a></li>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{% extends "base.html" %}
|
||||
{% block entete %}<h1>Gestion des admins</h1>{% endblock %}
|
||||
{% block entete %}Gestion des admins{% endblock %}
|
||||
{% block navbar %}
|
||||
<ul>
|
||||
<li><a href="#first">Liste des admins</a></li>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{% extends "base.html" %}
|
||||
{% load static %}
|
||||
{% block entete %}<h1>Rechargements</h1>{%endblock%}
|
||||
{% block entete %}Rechargements{%endblock%}
|
||||
|
||||
{% block navbar %}
|
||||
<ul>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{% extends "base.html" %}
|
||||
{% load static %}
|
||||
{% block entete %}<h1>Consommations</h1>{%endblock%}
|
||||
{% block entete %}Consommations{%endblock%}
|
||||
|
||||
{% block navbar %}
|
||||
<ul>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{% extends "base.html" %}
|
||||
{% load static %}
|
||||
{% block entete %}<h1>Menus</h1>{%endblock%}
|
||||
{% block entete %}Menus{%endblock%}
|
||||
|
||||
{% block navbar %}
|
||||
<ul>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{% extends "base.html" %}
|
||||
{% block entete %}<h1>Gestion des utilisateurs</h1>{% endblock %}
|
||||
{% block entete %}Gestion des utilisateurs{% endblock %}
|
||||
{% block navbar %}
|
||||
<ul>
|
||||
<li><a href="#first">Général</a></li>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{% extends "base.html" %}
|
||||
{% block entete %}<h1>Gestion des utilisateurs</h1>{% endblock %}
|
||||
{% block entete %}Gestion des utilisateurs{% endblock %}
|
||||
{% block navbar %}
|
||||
<ul>
|
||||
<li><a href="#first">Liste des groupes de droit</a></li>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{% extends 'base.html' %}
|
||||
{% block entete %}<h1>Gestion des utilisateurs</h1>{% endblock %}
|
||||
{% block entete %}Gestion des utilisateurs{% endblock %}
|
||||
{% block navbar%}
|
||||
<ul>
|
||||
<li><a href="#first">Utilisateurs</a></li>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{% extends "base.html" %}
|
||||
{% load static %}
|
||||
{% block entete %}{% if self %}<h1>Mon Profil</h1>{% else %}<h1>Profil de {{user}}</h1>{% endif %}{%endblock%}
|
||||
{% block entete %}{% if self %}Mon Profil{% else %}Profil de {{user}}{% endif %}{%endblock%}
|
||||
|
||||
{% block navbar %}
|
||||
<ul>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{% extends "base.html" %}
|
||||
{% block entete %}<h1>Gestion des écoles</h1>{% endblock %}
|
||||
{% block entete %}Gestion des écoles{% endblock %}
|
||||
{% block navbar %}
|
||||
<ul>
|
||||
<li><a href="#first">Liste des écoles</a></li>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{% extends "base.html" %}
|
||||
{% block entete %}<h1>Gestion des superusers</h1>{% endblock %}
|
||||
{% block entete %}Gestion des superusers{% endblock %}
|
||||
{% block navbar %}
|
||||
<ul>
|
||||
<li><a href="#first">Liste des superusers</a></li>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{% extends "base.html" %}
|
||||
{% block entete %}<h1>Gestion des utilisateurs</h1>{% endblock %}
|
||||
{% block entete %}Gestion des utilisateurs{% endblock %}
|
||||
{% block navbar %}
|
||||
<ul>
|
||||
<li><a href="#first">Liste des utilisateurs</a></li>
|
||||
|
|
Loading…
Reference in a new issue