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:
parent
a551133575
commit
b25aeaeec5
6 changed files with 29 additions and 34 deletions
|
@ -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 %}
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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 />
|
||||
|
|
|
@ -213,4 +213,3 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
<br />
|
||||
<br />
|
||||
{% endblock %}
|
||||
|
||||
|
|
Loading…
Reference in a new issue