From bb58423be00cbaa71c9479c77ada6d162d9a3848 Mon Sep 17 00:00:00 2001 From: Morgan Aubert Date: Sat, 11 Feb 2017 23:03:04 -0500 Subject: [PATCH] Fixed #52 -- Fixed TemplateSyntaxError in topic_list templated --- machina/templates/machina/forum_conversation/topic_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machina/templates/machina/forum_conversation/topic_list.html b/machina/templates/machina/forum_conversation/topic_list.html index 21b2bc843..e57285b7a 100644 --- a/machina/templates/machina/forum_conversation/topic_list.html +++ b/machina/templates/machina/forum_conversation/topic_list.html @@ -14,7 +14,7 @@ -
{% if not force_all_unread and unread_topics is None %}{% get_unread_topics topics request.user as unread_topics %}{% endif %} +
{% if not force_all_unread and unread_topics == None %}{% get_unread_topics topics request.user as unread_topics %}{% endif %} {% for topic in topics %}