mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-05 01:16:27 +00:00
13 lines
225 B
HTML
13 lines
225 B
HTML
{% extends "users/sidebar.html" %}
|
|
{% load bootstrap3 %}
|
|
|
|
{% block title %}Utilisateurs{% endblock %}
|
|
|
|
{% block content %}
|
|
<h2>Droits</h2>
|
|
{% include "users/aff_rights.html" %}
|
|
<br />
|
|
<br />
|
|
<br />
|
|
{% endblock %}
|
|
|