diff --git a/templates/rrs/recipes.html b/templates/rrs/recipes.html
index 0340b03..ac673f7 100644
--- a/templates/rrs/recipes.html
+++ b/templates/rrs/recipes.html
@@ -285,7 +285,7 @@ $(document).ready(function() {
{% if recipe_list_count > 0 %}
$(recipesTable).tablesorter({
- sortList: [[0,0], [3,0], [4,0]],
+ sortList: [[0,0]],
headers: {
1: { sorter: false },
2: { sorter: false },