diff --git a/files/templates/settings_filters.html b/files/templates/settings_filters.html index 04b22e934..298a44161 100644 --- a/files/templates/settings_filters.html +++ b/files/templates/settings_filters.html @@ -21,7 +21,7 @@

Change how many posts appear on every page.

- {% for entry in [25, 50, 100] %} {% endfor %} @@ -46,7 +46,7 @@

Change the default sorting for comments.

- {% for entry in ["new", "old", "top", "bottom", "controversial"] %} {% endfor %} @@ -65,7 +65,7 @@

Change the default sorting for posts.

- {% for entry in ["hot", "new", "old", "top", "bottom", "controversial", "comments"] %} {% endfor %} @@ -84,7 +84,7 @@

Change the default time filter for posts.

- {% for entry in ["hour", "day", "week", "month", "year", "all"] %} {% endfor %}