mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
tweak type answer note type
This commit is contained in:
parent
bcb422beda
commit
7aba268d7a
1 changed files with 2 additions and 2 deletions
|
@ -37,8 +37,8 @@ def addBasicTypingModel(col):
|
|||
fm = mm.newField(_("Back"))
|
||||
mm.addField(m, fm)
|
||||
t = mm.newTemplate(_("Card 1"))
|
||||
t['qfmt'] = "{{"+_("Front")+"}}\n{{type:"+_("Back")+"}}"
|
||||
t['afmt'] = "{{FrontSide}}\n\n<hr id=answer>\n\n"+"{{"+_("Back")+"}}"
|
||||
t['qfmt'] = "{{"+_("Front")+"}}\n\n{{type:"+_("Back")+"}}"
|
||||
t['afmt'] = "{{"+_("Front")+"}}\n\n<hr id=answer>\n\n{{type:"+_("Back")+"}}"
|
||||
mm.addTemplate(m, t)
|
||||
mm.add(m)
|
||||
return m
|
||||
|
|
Loading…
Reference in a new issue