8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-09-12 01:03:09 +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>
@ -44,17 +43,17 @@ with this program; if not, write to the Free Software Foundation, Inc.,
</a>
</td>
</tr>
<tr>
<td>
<tr>
<td>
<div class="collapse in" id="collapseRight_{{key}}">
<ul class="list-group" style="margin-bottom: 0px">
{% for user in values.rights %}
<li class="list-group-item col-xs-6 col-sm-4 col-md-3" style="border: none;">{{ user }}</li>
{% endfor %}
</ul>
<li class="list-group-item col-xs-6 col-sm-4 col-md-3" style="border: none;">{{ user }}</li>
{% endfor %}
</ul>
</div>
</td>
</tr>
</tr>
{% endfor %}
</tbody>
</table>
@ -70,7 +69,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
} );
</script>
<br />
<br />
<br />
<br />
<br />
<br />
{% endblock %}

View file

@ -34,7 +34,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
<h4>Attention, voulez-vous vraiment supprimer cet objet {{ objet_name }} ( {{ objet }} ) ?</h4>
{% bootstrap_button "Confirmer" button_type="submit" icon="trash" %}
</form>
<br />
<br />
<br />
<br />
<br />
<br />
{% endblock %}

View file

@ -35,12 +35,10 @@ 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 />
<br />
<br />
<h3>Les utilisateurs suivant seront archivés ({{ to_archive_list|length }}):</h3>
{% include "users/aff_users.html" with users_list=to_archive_list %}
<br />
<br />
<br />
{% endblock %}

View file

@ -73,7 +73,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
<th>Chambre</th>
<td>{{ user.room }}</td>
<th>Téléphone</th>
<td>{{ user.telephone }}</td>
<td>{{ user.telephone }}</td>
</tr>
<tr>
<th>École</th>
@ -81,7 +81,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
<th>Commentaire</th>
<td>{{ user.comment }}</td>
</tr>
<tr>
<tr>
<th>Date d'inscription</th>
<td>{{ user.registered }}</td>
<th>Dernière connexion</th>
@ -119,7 +119,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
<tr>
<th>Accès internet</th>
{% if user.has_access == True %}
<td><i class="text-success">Actif (jusqu'au {{ user.end_access }})</i></td>
<td><i class="text-success">Actif (jusqu'au {{ user.end_access }})</i></td>
{% else %}
<td><i class="text-danger">Désactivé</i></td>
{% endif %}
@ -130,16 +130,16 @@ with this program; if not, write to the Free Software Foundation, Inc.,
<td>Aucun</td>
{% endif %}
</tr>
{% if user_solde %}
{% if user_solde %}
<tr>
<th>Solde</th>
<td>{{ user.solde }} €</td>
</tr>
{% endif %}
{% if user.shell %}
<th>Shell</th>
<td>{{ user.shell }}</td>
{% endif %}
{% endif %}
{% if user.shell %}
<th>Shell</th>
<td>{{ user.shell }}</td>
{% endif %}
</table>
{% if user.is_class_club %}
<a class="btn btn-primary btn-sm" role="button" href="{% url 'users:edit-club-admin-members' user.club.id %}">
@ -213,4 +213,3 @@ with this program; if not, write to the Free Software Foundation, Inc.,
<br />
<br />
{% endblock %}

View file

@ -36,7 +36,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% massive_bootstrap_form userform 'room,school,administrators,members' %}
{% bootstrap_button "Créer ou modifier" button_type="submit" icon="star" %}
</form>
<br />
<br />
<br />
<br/>
<br/>
<br/>
{% endblock %}