瀏覽代碼

post

master
jfinn 5 天之前
父節點
當前提交
eb967fd35e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      wsps/views.py

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

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

Loading…
取消
儲存