Browse Source

post

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

+ 2
- 2
wsps/views.py View File

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

Loading…
Cancel
Save