mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-22 19:33:11 +00:00
13 lines
275 B
HTML
13 lines
275 B
HTML
{% extends "users/sidebar.html" %}
|
|
{% load bootstrap3 %}
|
|
|
|
{% block title %}Utilisateurs{% endblock %}
|
|
|
|
{% block content %}
|
|
<h2>Accès à titre gracieux</h2>
|
|
{% include "users/aff_whitelists.html" with white_list=white_list %}
|
|
<br />
|
|
<br />
|
|
<br />
|
|
{% endblock %}
|
|
|