Browse Source

post

master
jfinn 4 days ago
parent
commit
1db67f5ed9
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      wsps/views.py

+ 1
- 1
wsps/views.py View File

@@ -75,7 +75,7 @@ class CreatePostView(CreateView):  # new
75 75
 
76 76
 def fn_vpx(request,*a,**kw):
77 77
 
78
-	if (gmod.glob.has("fnx")):
78
+	if (gmod.glob.get("fnx")):
79 79
 		gmod.glob.fnx(request)
80 80
 
81 81
 	p("\n")

Loading…
Cancel
Save