mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
"Template" special field should have been called "Card"
This commit is contained in:
parent
683d779c3f
commit
ebce044be5
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ impl Collection {
|
|||
.or_insert_with(|| deck_name.to_string().into());
|
||||
map.entry("CardFlag")
|
||||
.or_insert_with(|| flag_name(card.flags).into());
|
||||
map.entry("Template")
|
||||
map.entry("Card")
|
||||
.or_insert_with(|| template.name.clone().into());
|
||||
|
||||
Ok(())
|
||||
|
|
Loading…
Reference in a new issue