mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-23 11:53:12 +00:00
Reconstruction des migrations dans l'ordre pour preference + fix display
This commit is contained in:
parent
19da3ce341
commit
7b7227332d
2 changed files with 3 additions and 4 deletions
|
@ -9,7 +9,7 @@ import re2o.mixins
|
|||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('preferences', '0045_remove_unused_payment_fields'),
|
||||
('preferences', '0046_optionaluser_mail_extension'),
|
||||
]
|
||||
|
||||
operations = [
|
|
@ -213,7 +213,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
</i> Ajouter un service
|
||||
</a>
|
||||
{% acl_end %}
|
||||
<a class="btn btn-danger btn-sm" role="button" href="{% url 'preferences:del-services' %}"><i class="fa fa-trash">
|
||||
<a class="btn btn-danger btn-sm" role="button" href="{% url 'preferences:del-service' %}"><i class="fa fa-trash">
|
||||
</i> Supprimer un ou plusieurs service
|
||||
</a>
|
||||
{% include "preferences/aff_service.html" with service_list=service_list %}
|
||||
|
@ -222,7 +222,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
<i class="fa fa-edit"></i> Editer
|
||||
</a>
|
||||
|
||||
<h4>Liste des adresses mail de contact</h4>
|
||||
<h2>{% trans "Contact email adresses list" %}</h2>
|
||||
{% can_create preferences.MailContact%}
|
||||
<a class="btn btn-primary btn-sm" role="button" href="{% url 'preferences:add-mailcontact' %}"><i class="fa fa-plus"></i>{% trans "Add an adress" %}</a>
|
||||
|
|
Loading…
Reference in a new issue