Re2o est un logiciel d'administration développé initiallement au rezometz. Il
se veut agnostique au réseau considéré, de manière à être installable en
...
...
@@ -37,6 +37,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
<aclass="btn btn-danger btn-sm"role="button"href="{% url 'users:del-listright' %}"><iclass="fa fa-trash"></i>{% trans " Delete one or several groups of rights" %}</a>
Re2o est un logiciel d'administration développé initiallement au rezometz. Il
se veut agnostique au réseau considéré, de manière à être installable en
...
...
@@ -31,13 +31,13 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% block content %}
<h2>{% trans "List of schools" %}</h2>
<h5>{% trans "List of schools for created users." %}</h5>
<h5>{% trans "List of schools for created users" %}</h5>
{% can_create School %}
<aclass="btn btn-primary btn-sm"role="button"href="{% url 'users:add-school' %}"><iclass="fa fa-plus"></i>{% trans " Add a school" %}</a>
{% acl_end %}
<aclass="btn btn-danger btn-sm"role="button"href="{% url 'users:del-school' %}"><iclass="fa fa-trash"></i>{% trans " Delete one or several schools" %}</a>
<hr>
{% include "users/aff_schools.html" with school_list=school_list %}
{% include 'users/aff_schools.html' with school_list=school_list %}
Re2o est un logiciel d'administration développé initiallement au rezometz. Il
se veut agnostique au réseau considéré, de manière à être installable en
...
...
@@ -45,7 +45,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
<divclass="panel panel-danger">
<divclass="panel-heading dashboard">{% trans "Your account has been banned" %}</div>
<divclass="panel-body dashboard">
<iclass="text-danger">{% blocktrans with end_ban=users.end_ban|date:"SHORT_DATE_FORMAT" %}End of the ban: {{ end_ban }}{% endblocktrans %}</i>
<iclass="text-danger">{% blocktrans with end_ban_date=users.end_ban|date:"SHORT_DATE_FORMAT" %}End of the ban: {{ end_ban_date }}{% endblocktrans %}</i>
</div>
</div>
{% elif not users.has_access %}
...
...
@@ -63,7 +63,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,