Browse Source

Merge branch 'master' of git.illyse.org:coin

Fabs 10 years ago
parent
commit
29afe2319b
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
     """