Parcourir la source

Fix commit 9814c00f9 (URL name has changed)

Baptiste Jonglez il y a 10 ans
Parent
commit
9c045cf4c6
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      coin/vpn/models.py

+ 1 - 1
coin/vpn/models.py

@@ -41,7 +41,7 @@ class VPNConfiguration(CoinLdapSyncMixin, Configuration):
     objects = NetManager()
     objects = NetManager()
 
 
     def get_absolute_url(self):
     def get_absolute_url(self):
-        return reverse('vpn:openvpn_ldap', args=[str(self.pk)])
+        return reverse('vpn:details', args=[str(self.pk)])
 
 
     # These two methods are part of the general configuration interface.
     # These two methods are part of the general configuration interface.
     def save_subnet(self, subnet, creation):
     def save_subnet(self, subnet, creation):