mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
when determining which card templates to use, replace text: too
This commit is contained in:
parent
8df9111b50
commit
747a28556a
1 changed files with 1 additions and 1 deletions
|
@ -1096,7 +1096,7 @@ and due < :now""" % self.forceIndex("ix_cards_priorityDue"), now=time.time())
|
|||
for k in fact.keys():
|
||||
empty[k] = u""
|
||||
empty["text:"+k] = u""
|
||||
local["text:"+k] = u""
|
||||
local["text:"+k] = local[k]
|
||||
empty['tags'] = ""
|
||||
local['tags'] = fact.tags
|
||||
try:
|
||||
|
|
Loading…
Reference in a new issue