|
@@ -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):
|