diff --git a/bookwyrm/templates/lists/list.html b/bookwyrm/templates/lists/list.html index 641038d0a..e61caf9c3 100644 --- a/bookwyrm/templates/lists/list.html +++ b/bookwyrm/templates/lists/list.html @@ -79,15 +79,19 @@ {% trans "Sort List" %} - {% trans "Sort By" %} - - {{ sort_form.sort_by }} + + {% trans "Sort By" %} + + {{ sort_form.sort_by }} + - {% trans "Direction" %} - - {{ sort_form.direction }} + + {% trans "Direction" %} + + {{ sort_form.direction }} + - + {% trans "Sort List" %}