Browse Source

Merge branch 'fix-entete' into dev

pull/4/head
Yoann Piétri 7 years ago
parent
commit
b19336f6c5
  1. 2
      gestion/templates/gestion/kegh.html
  2. 2
      gestion/templates/gestion/kegs_list.html
  3. 2
      gestion/templates/gestion/manage.html
  4. 2
      gestion/templates/gestion/menus_list.html
  5. 2
      gestion/templates/gestion/product_profile.html
  6. 2
      gestion/templates/gestion/products_index.html
  7. 2
      gestion/templates/gestion/products_list.html
  8. 2
      gestion/templates/gestion/ranking.html
  9. 2
      preferences/templates/preferences/cotisations_index.html
  10. 4
      preferences/templates/preferences/general_preferences.html
  11. 2
      preferences/templates/preferences/payment_methods_index.html
  12. 2
      users/templates/users/admins_index.html
  13. 2
      users/templates/users/allReloads.html
  14. 2
      users/templates/users/all_consumptions.html
  15. 2
      users/templates/users/all_menus.html
  16. 2
      users/templates/users/group_profile.html
  17. 2
      users/templates/users/groups_index.html
  18. 2
      users/templates/users/index.html
  19. 2
      users/templates/users/profile.html
  20. 2
      users/templates/users/schools_index.html
  21. 2
      users/templates/users/superusers_index.html
  22. 2
      users/templates/users/users_index.html

2
gestion/templates/gestion/kegh.html

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

2
gestion/templates/gestion/kegs_list.html

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

2
gestion/templates/gestion/manage.html

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

2
gestion/templates/gestion/menus_list.html

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

2
gestion/templates/gestion/product_profile.html

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

2
gestion/templates/gestion/products_index.html

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

2
gestion/templates/gestion/products_list.html

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

2
gestion/templates/gestion/ranking.html

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

2
preferences/templates/preferences/cotisations_index.html

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

4
preferences/templates/preferences/general_preferences.html

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

2
preferences/templates/preferences/payment_methods_index.html

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

2
users/templates/users/admins_index.html

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

2
users/templates/users/allReloads.html

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

2
users/templates/users/all_consumptions.html

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

2
users/templates/users/all_menus.html

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

2
users/templates/users/group_profile.html

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

2
users/templates/users/groups_index.html

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

2
users/templates/users/index.html

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

2
users/templates/users/profile.html

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

2
users/templates/users/schools_index.html

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

2
users/templates/users/superusers_index.html

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

2
users/templates/users/users_index.html

@ -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…
Cancel
Save