mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-04 17:06:27 +00:00
Modification du template users
This commit is contained in:
parent
35899f093b
commit
1c5070fc82
3 changed files with 4 additions and 2 deletions
|
@ -29,6 +29,7 @@
|
|||
<ul class="nav navbar-nav">
|
||||
<li><a href="{% url "users:index" %}">Adhérents</a></li>
|
||||
<li><a href="#">Machines</a></li>
|
||||
<li><a href="{% url "cotisations:index" %}">Cotisations</a></li>
|
||||
<li><a href="#">Topologie</a></li>
|
||||
<li><a href="#">Statistiques</a></li>
|
||||
</ul>
|
||||
|
@ -79,7 +80,7 @@
|
|||
|
||||
<footer class="navbar navbar-fixed-bottom">
|
||||
<div class="containerfluid text-center">
|
||||
<p>Footer Text</p>
|
||||
<p>Re2o 2016 - Goulven Kermarec, Gabriel Détraz</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
{% block sidebar %}
|
||||
<p><a href="{% url "users:new-user" %}">Créer un adhérent</a></p>
|
||||
<p><a href="{% url "search:search" %}">Editer un adhérent</a></p>
|
||||
<p><a href="{% url "users:index" %}">Liste des adhérents</a></p>
|
||||
<p><a href="{% url "users:add-right" %}">Ajouter un droit rezo</a></p>
|
||||
<p><a href="{% url "users:del-right" %}">Retirer un droit rezo</a></p>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{% extends "users/sidebar.html" %}
|
||||
{% load bootstrap3 %}
|
||||
|
||||
{% block title %}Création d'utilisateur{% endblock %}
|
||||
{% block title %}Création et modification d'utilisateur{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
{% bootstrap_form_errors userform %}
|
||||
|
|
Loading…
Reference in a new issue