Browse Source

[tasks] Add exercise and lifeevent to constants

Colin Powell 3 months ago
parent
commit
3fa43f02d0
1 changed files with 2 additions and 0 deletions
  1. 2 0
      vrobbler/apps/tasks/constants.py

+ 2 - 0
vrobbler/apps/tasks/constants.py

@@ -8,4 +8,6 @@ TODOIST_TITLE_SUFFIX_LABELS = [
     "meeting",
     "habit",
     "research",
+    "exercise",
+    "lifeevent",
 ]