Skip to content

Commit

Permalink
removed uneeded whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ialbert committed Jul 7, 2021
1 parent 7a4bba8 commit f2f20ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions biostar/forum/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
}
}
Expand Down
2 changes: 1 addition & 1 deletion biostar/forum/templates/widgets/post_details.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<div class="content">

<div class="title mini header">
{{ post.title_prefix }}&nbsp;
{{ post.title_prefix }}
<a href="{% url 'post_view' post.uid %}">
{{ post.title|truncatechars:150 }}
</a>
Expand Down

0 comments on commit f2f20ae

Please sign in to comment.