8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-09-12 01:03:09 +00:00

Modification du template users

This commit is contained in:
chirac 2016-07-02 15:59:44 +02:00
parent 35899f093b
commit 1c5070fc82
3 changed files with 4 additions and 2 deletions

View file

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

View file

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

View file

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