From 055c98f883532842e13014b91e8d75c875d8a064 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