diff --git a/mobile/templates/mobile/base.html b/mobile/templates/mobile/base.html index e4e1ee8..8e0ee3b 100644 --- a/mobile/templates/mobile/base.html +++ b/mobile/templates/mobile/base.html @@ -1,4 +1,4 @@ -{% load static i18n %} +{% load static i18n lucide %} {% comment %} App shell for Member mode (M1-M7) -- design_handoff_rosterchief_platform/README.md. @@ -78,7 +78,7 @@
- + {% lucide "bell" size=21 class="text-white" %} {% if unread_notification_count %} {% if unread_notification_count > 9 %}9+{% else %}{{ unread_notification_count }}{% endif %} @@ -111,19 +111,19 @@ diff --git a/mobile/templates/mobile/calendar_feed_settings.html b/mobile/templates/mobile/calendar_feed_settings.html index 773d4c9..07dfa48 100644 --- a/mobile/templates/mobile/calendar_feed_settings.html +++ b/mobile/templates/mobile/calendar_feed_settings.html @@ -1,5 +1,5 @@ {% extends "mobile/base.html" %} -{% load i18n %} +{% load i18n lucide %} {% comment %} M5's "Calendar sync" row -- subscribe an external calendar app (Apple/ @@ -12,7 +12,7 @@ {% block content %}