From 3b6964c9c36f6935d1d84ab3b50c98cd7fc07b9c Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Wed, 23 May 2012 20:40:19 +0900 Subject: [PATCH] use {{FrontSide}} when flipping --- aqt/clayout.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/aqt/clayout.py b/aqt/clayout.py index fc91e9125..c849d7823 100644 --- a/aqt/clayout.py +++ b/aqt/clayout.py @@ -286,9 +286,8 @@ Please create a new card type first.""")) Anki couldn't find the line between the question and answer. Please \ adjust the template manually to switch the question and answer.""")) return + dst['afmt'] = "{{FrontSide}}\n\n
\n\n%s" % src['qfmt'] dst['qfmt'] = m.group(2).strip() - dst['afmt'] = "%s\n\n
\n\n%s" % (m.group(2).strip(), - m.group(1).strip()) return True def onMore(self, button):