From f2f20aed42af9e305779380805ec1381ac7c385a Mon Sep 17 00:00:00 2001 From: Istvan Albert Date: Wed, 7 Jul 2021 14:51:00 -0400 Subject: [PATCH] removed uneeded whitespace --- biostar/forum/settings.py | 4 ++-- biostar/forum/templates/widgets/post_details.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/biostar/forum/settings.py b/biostar/forum/settings.py index 763670f0a..d6c500331 100644 --- a/biostar/forum/settings.py +++ b/biostar/forum/settings.py @@ -155,8 +155,8 @@ def join(*args): # Default cache CACHES = { 'default': { - #'BACKEND': 'django.core.cache.backends.dummy.DummyCache', - 'BACKEND': 'django.core.cache.backends.locmem.LocMemCache', + 'BACKEND': 'django.core.cache.backends.dummy.DummyCache', + #'BACKEND': 'django.core.cache.backends.locmem.LocMemCache', 'LOCATION': 'unique-snowflake', } } diff --git a/biostar/forum/templates/widgets/post_details.html b/biostar/forum/templates/widgets/post_details.html index 5f5ed6973..6e077454a 100644 --- a/biostar/forum/templates/widgets/post_details.html +++ b/biostar/forum/templates/widgets/post_details.html @@ -34,7 +34,7 @@
- {{ post.title_prefix }}  + {{ post.title_prefix }} {{ post.title|truncatechars:150 }}