Show unread notifications color

This commit is contained in:
Mouse Reeve
2022-01-11 11:04:56 -08:00
parent 9fdb75e2d3
commit 0d7801f6f4
3 changed files with 12 additions and 5 deletions

View File

@ -14,7 +14,7 @@ VERSION = "0.1.1"
PAGE_LENGTH = env("PAGE_LENGTH", 15)
DEFAULT_LANGUAGE = env("DEFAULT_LANGUAGE", "English")
JS_CACHE = "2d3181e1"
JS_CACHE = "9b4cc1f7"
# email
EMAIL_BACKEND = env("EMAIL_BACKEND", "django.core.mail.backends.smtp.EmailBackend")