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

Fix indent 2

This commit is contained in:
lhark 2017-12-18 21:12:57 -05:00
parent a551133575
commit b25aeaeec5
6 changed files with 29 additions and 34 deletions

View file

@ -23,7 +23,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
{% endcomment %}
{% load bootstrap3 %}
{% block title %}Login{% endblock %}

View file

@ -27,7 +27,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% block title %}Création et modification d'utilisateur{% endblock %}
{% block content %}
<h1>Gestion des droits</h1>

View file

@ -35,8 +35,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
<input type="submit" name="valider" value="Valider définitivement" class="btn btn-primary" id="submit-id-submit">
</form>
<h3>Les utilisateurs suivant seront archivés ({{ to_archive_list|length }}):</h3>
{% include "users/aff_users.html" with users_list=to_archive_list %}
<br />

View file

@ -213,4 +213,3 @@ with this program; if not, write to the Free Software Foundation, Inc.,
<br />
<br />
{% endblock %}