1
0
Fork 0

Merge pull request #1865 from bookwyrm-social/unread-status-translation

Calculate and translate unread status counts in view
This commit is contained in:
Mouse Reeve 2022-01-27 18:47:35 -08:00 committed by GitHub
commit 40a14a05ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 75 additions and 59 deletions

View file

@ -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")