浏览代码

post

master
jfinn 4 天前
父节点
当前提交
34072654a8
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      wsps/views.py

+ 2
- 2
wsps/views.py 查看文件

@@ -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)

正在加载...
取消
保存