jfinn 4日前
コミット
1db67f5ed9
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
 
78
-	if (gmod.glob.has("fnx")):
78
+	if (gmod.glob.get("fnx")):
79 79
 		gmod.glob.fnx(request)
80 80
 
81 81
 	p("\n")

読み込み中…
キャンセル
保存