X-Git-Url: https://git.openstreetmap.org/osqa.git/blobdiff_plain/158a305095187b1b1c9cee417b94d15f515e5ebe..c8537fcc3215267c5ffc9a80137a02ceffc7e895:/forum/views/commands.py diff --git a/forum/views/commands.py b/forum/views/commands.py index 0e33552..e909bdf 100644 --- a/forum/views/commands.py +++ b/forum/views/commands.py @@ -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) ] } }