Browse Source

post

master
jfinn 4 days ago
parent
commit
0668a1a399
1 changed files with 3 additions and 2 deletions
  1. 3
    2
      wsps/views.py

+ 3
- 2
wsps/views.py View File

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

Loading…
Cancel
Save