mirror of https://gitlab.federez.net/re2o/re2o
1 changed files with 10 additions and 0 deletions
@ -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 new issue