Commit 6ad839e2 by Kálmán Viktor

firewall_gui: fix missing json import

parent 08c57ea6
...@@ -5,6 +5,8 @@ from django.contrib.auth.models import User ...@@ -5,6 +5,8 @@ from django.contrib.auth.models import User
from firewall.fw import * from firewall.fw import *
from firewall.models import * from firewall.models import *
import json
def req_staff(user): def req_staff(user):
''' decorator function for user permission checking ''' ''' decorator function for user permission checking '''
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment