8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-11-22 19:33:11 +00:00

Add index page for users app

This commit is contained in:
lhark 2016-07-02 00:38:58 +02:00
parent 539f252a22
commit 244ba88571

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