Browse Source

Fix commit 9814c00f9 (URL name has changed)

Baptiste Jonglez 10 years ago
parent
commit
9c045cf4c6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      coin/vpn/models.py

+ 1 - 1
coin/vpn/models.py

@@ -41,7 +41,7 @@ class VPNConfiguration(CoinLdapSyncMixin, Configuration):
     objects = NetManager()
 
     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.
     def save_subnet(self, subnet, creation):