diff --git a/dashboard/__init__.py b/dashboard/__init__.py index cdeb545..18ab5dc 100644 --- a/dashboard/__init__.py +++ b/dashboard/__init__.py @@ -33,7 +33,7 @@ class DashboardFragment: class LinksCardDashboardFragment(DashboardFragment): template = "dashboard/links_card.dj.html" - links: [Link] = [] + links: list[Link] = [] @property def context(self):