mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-05 01:16:27 +00:00
Add index page for users app
This commit is contained in:
parent
b721a48250
commit
ab29085c21
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