3
0
Fork 0
mirror of https://github.com/nanoy42/coope synced 2024-10-05 19:12:09 +00:00

Merge branch 'fix-entete' into dev

This commit is contained in:
Yoann Pétri 2018-12-16 09:27:00 +01:00
commit b19336f6c5
22 changed files with 22 additions and 24 deletions

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -1,6 +1,6 @@
{% extends "base.html" %}
{% load static %}
{% block entete %}<h1>Rechargements</h1>{%endblock%}
{% block entete %}Rechargements{%endblock%}
{% block navbar %}
<ul>

View file

@ -1,6 +1,6 @@
{% extends "base.html" %}
{% load static %}
{% block entete %}<h1>Consommations</h1>{%endblock%}
{% block entete %}Consommations{%endblock%}
{% block navbar %}
<ul>

View file

@ -1,6 +1,6 @@
{% extends "base.html" %}
{% load static %}
{% block entete %}<h1>Menus</h1>{%endblock%}
{% block entete %}Menus{%endblock%}
{% block navbar %}
<ul>

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>