|
@@ -14,7 +14,7 @@ from coin.vpn.models import VPNConfiguration
|
|
|
|
|
|
|
|
|
|
class VPNView(UpdateView):
|
|
class VPNView(UpdateView):
|
|
- model = VPNSubscription
|
|
|
|
|
|
+ model = VPNConfiguration
|
|
fields = ['ipv4_endpoint', 'ipv6_endpoint', 'comment']
|
|
fields = ['ipv4_endpoint', 'ipv6_endpoint', 'comment']
|
|
|
|
|
|
@method_decorator(login_required)
|
|
@method_decorator(login_required)
|