]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/views/commands.py
check the setting before deciding whether to append or to prepend
[osqa.git] / forum / views / commands.py
index 0e33552eeb22d9b663d1d9b6eb3f034ddc3ba46b..e909bdf2b95036baa98fe00390cf69066f3dd0d6 100644 (file)
@@ -284,6 +284,7 @@ def comment(request, id):
                 reverse('node_markdown', kwargs={'id': comment.id}),
                 reverse('convert_comment', kwargs={'id': comment.id}),
                 user.can_convert_comment_to_answer(comment),
+                bool(settings.SHOW_LATEST_COMMENTS_FIRST)
                 ]
         }
         }