From 4be0eda5d1a06cdf04b06c4a2ab3b8560a8cff2c Mon Sep 17 00:00:00 2001 From: Shuai Lin Date: Tue, 28 Aug 2018 09:01:07 +0800 Subject: [PATCH] make the "type:" input readonly in the front preview --- aqt/clayout.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aqt/clayout.py b/aqt/clayout.py index a216f4269..223de3245 100644 --- a/aqt/clayout.py +++ b/aqt/clayout.py @@ -330,7 +330,7 @@ Please create a new card type first.""")) res = "
" + res return res if type == 'q': - repl = "" + repl = "" repl = "
%s
" % repl else: repl = answerRepl