diff --git a/lms/templates/discussion/_sort.html b/lms/templates/discussion/_sort.html
index e23d87b718..95dfcead4a 100644
--- a/lms/templates/discussion/_sort.html
+++ b/lms/templates/discussion/_sort.html
@@ -27,6 +27,8 @@
Sort by:
${link_to_sort('date', 'date')}
|
+ ${link_to_sort('activity', 'activity')}
+ |
${link_to_sort('votes', 'votes')}
|
${link_to_sort('comments', 'comments')}