jfinn 5日前
コミット
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)

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