diff --git a/anki/template/template.py b/anki/template/template.py index 5edab4879..d2f055c61 100644 --- a/anki/template/template.py +++ b/anki/template/template.py @@ -175,8 +175,7 @@ class Template(object): #pre-defined mods) can be present and those are treated separately mods.reverse() mods.sort(key=lambda s: not s=="type") - mods.sort(key=lambda s: s.startswith("cq-") or s.startswith("ca-")) - + for mod in mods: # built-in modifiers if mod == 'text':