From 98cfa08a608da3e548183f796b00f6fd9479ef39 Mon Sep 17 00:00:00 2001 From: Jedi Burrell Date: Thu, 9 Aug 2018 06:40:35 -0400 Subject: [PATCH] Fix OK button location for sorting with JS off --- tildes/tildes/templates/topic.jinja2 | 9 ++++----- tildes/tildes/templates/topic_listing.jinja2 | 9 ++++----- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/tildes/tildes/templates/topic.jinja2 b/tildes/tildes/templates/topic.jinja2 index 78e60a8..a3512cb 100644 --- a/tildes/tildes/templates/topic.jinja2 +++ b/tildes/tildes/templates/topic.jinja2 @@ -166,12 +166,11 @@ >{{ option.description }} {% endfor %} + {# add a submit button for people with js disabled so this is still usable #} + - - {# add a submit button for people with js disabled so this is still usable #} - diff --git a/tildes/tildes/templates/topic_listing.jinja2 b/tildes/tildes/templates/topic_listing.jinja2 index ab4bf51..d8f9f56 100644 --- a/tildes/tildes/templates/topic_listing.jinja2 +++ b/tildes/tildes/templates/topic_listing.jinja2 @@ -64,12 +64,11 @@ + {# add a submit button for people with js disabled so this is still usable #} + - - {# add a submit button for people with js disabled so this is still usable #} - {% if not is_default_view %}