diff --git a/TODO.md b/TODO.md index cdfe967..a5b6eb4 100644 --- a/TODO.md +++ b/TODO.md @@ -3,7 +3,6 @@ ## General [_] Make sure users can't access other users' data -[_] Allow configuration as single user instance [_] User profiles / names / gateway config / time zone settings ## cbt module @@ -17,7 +16,7 @@ [_] Implement Telegram webhooks [_] Implement Matrix messaging -## meds module +## health module [_] Implement medication tracker [_] Implement supply / refill system @@ -32,11 +31,7 @@ ## Frontend -[_] Better icons for sidebar items -[_] Sidebar auto-generation (?) -[_] Fix sidebar highlighting for pages with same name -[_] Move dashboard components to module templates -[_] Fix buttons on mobile devices +[_] Fix buttons on mobile devices (?) ## environment module diff --git a/frontend/templatetags/navigation.py b/frontend/templatetags/navigation.py index 762b90a..6c33f41 100644 --- a/frontend/templatetags/navigation.py +++ b/frontend/templatetags/navigation.py @@ -1,5 +1,6 @@ from django import template from django.conf import settings +from django.urls import reverse_lazy from importlib import import_module @@ -20,8 +21,8 @@ def sidebar_nav(): pass return """ -