diff --git a/machines/templates/machines/index_service.html b/machines/templates/machines/index_service.html
index 4a06761d..b21c4921 100644
--- a/machines/templates/machines/index_service.html
+++ b/machines/templates/machines/index_service.html
@@ -30,7 +30,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% block content %}
Liste des services
- {% can_create Service %}
+ {% can_create machines.Service %}
Ajouter un service
{% acl_end %}
Supprimer un ou plusieurs service
diff --git a/machines/templates/machines/sidebar.html b/machines/templates/machines/sidebar.html
index 355d5147..31ccdbe2 100644
--- a/machines/templates/machines/sidebar.html
+++ b/machines/templates/machines/sidebar.html
@@ -62,7 +62,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
Gestion des nas
{% acl_end %}
- {% can_view_all Service %}
+ {% can_view_all machines.Service %}
Services (dhcp, dns...)
@@ -72,6 +72,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
Ouverture de ports
-
+
{% acl_end %}
{% endblock %}
diff --git a/preferences/templates/preferences/display_preferences.html b/preferences/templates/preferences/display_preferences.html
index 2b1caec8..7802929d 100644
--- a/preferences/templates/preferences/display_preferences.html
+++ b/preferences/templates/preferences/display_preferences.html
@@ -179,7 +179,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
Liste des services page d'accueil
- {% can_create Service%}
+ {% can_create preferences.Service%}
Ajouter un service
{% acl_end %}
Supprimer un ou plusieurs service
diff --git a/re2o/templatetags/acl.py b/re2o/templatetags/acl.py
index 810a6378..a73d9278 100644
--- a/re2o/templatetags/acl.py
+++ b/re2o/templatetags/acl.py
@@ -106,7 +106,7 @@ MODEL_NAME = {
'Interface' : machines.models.Interface,
'Domain' : machines.models.Domain,
'IpList' : machines.models.IpList,
- 'Service' : machines.models.Service,
+ 'machines.Service' : machines.models.Service,
'Service_link' : machines.models.Service_link,
'OuverturePortList' : machines.models.OuverturePortList,
'OuverturePort' : machines.models.OuverturePort,
@@ -115,7 +115,7 @@ MODEL_NAME = {
'OptionalMachine': preferences.models.OptionalMachine,
'OptionalTopologie': preferences.models.OptionalTopologie,
'GeneralOption': preferences.models.GeneralOption,
- 'Service': preferences.models.Service,
+ 'preferences.Service': preferences.models.Service,
'AssoOption': preferences.models.AssoOption,
'MailMessageOption': preferences.models.MailMessageOption,
# topologie