Browse Source

Add login_required to VPN graphs

Baptiste Jonglez 10 years ago
parent
commit
587983113c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      coin/vpn/views.py

+ 1 - 0
coin/vpn/views.py

@@ -51,6 +51,7 @@ class VPNGeneratePasswordView(VPNView):
         return context
 
 
+@login_required
 def get_graph(request, vpn_id, period="daily"):
     """ This get the graph for the associated vpn_id and time period
     """