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

Add index page for users app

This commit is contained in:
lhark 2016-07-02 00:38:58 +02:00
parent b721a48250
commit ab29085c21

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