anki-geo / ultimate-geography

Geography flashcard deck for Anki
https://ankiweb.net/shared/info/2109889812
Other
819 stars 81 forks source link

Fixes TemplateError when Importing Extended Deck #548

Closed pdeubel closed 2 years ago

pdeubel commented 2 years ago

When testing my other PR I was not able to import the extended deck from the current master branch, because I got the following error:

anki.errors.TemplateError: Card template ⁨6⁩ in notetype '⁨Ultimate Geography [Extended]⁩' has a problem.<br>The front side is identical to card template ⁨5⁩.

Therefore in src/note_models/Ultimate_Geography_[Extended].yaml, I changed the HTML template for Country - Map from Map - Country.html to Country - Map.html. I guess this was a refactoring error. After changing that, the import for the extended deck works now. However, I am not very familiar with Brain Brew or Crowd Anki, so maybe there needs to be a change somewhere else too.