mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-26 14:42:25 +00:00
Add index page for users app
This commit is contained in:
parent
539f252a22
commit
244ba88571
1 changed files with 10 additions and 0 deletions
10
users/templates/users/index.html
Normal file
10
users/templates/users/index.html
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
{% extends "base.html" %}
|
||||||
|
{% load bootstrap3 %}
|
||||||
|
|
||||||
|
{% block title %}Re2o : Utilisateurs{% endblock %}
|
||||||
|
|
||||||
|
{% block content %}
|
||||||
|
{% url "users-new-user" as new_user %}
|
||||||
|
{% bootstrap_button "Créer un utilisateur" button_type="link" button_class="btn-primary" icon="user" href=new_user %}
|
||||||
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in a new issue