Merge pull request #1865 from bookwyrm-social/unread-status-translation
Calculate and translate unread status counts in view
This commit is contained in:
commit
40a14a05ad
8 changed files with 75 additions and 59 deletions
|
@ -14,7 +14,7 @@ VERSION = "0.2.0"
|
|||
PAGE_LENGTH = env("PAGE_LENGTH", 15)
|
||||
DEFAULT_LANGUAGE = env("DEFAULT_LANGUAGE", "English")
|
||||
|
||||
JS_CACHE = "76c5ff1f"
|
||||
JS_CACHE = "7b5303af"
|
||||
|
||||
# email
|
||||
EMAIL_BACKEND = env("EMAIL_BACKEND", "django.core.mail.backends.smtp.EmailBackend")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue