diff --git a/files/templates/home.html b/files/templates/home.html index 479e3cf9f..a150e736b 100644 --- a/files/templates/home.html +++ b/files/templates/home.html @@ -89,7 +89,7 @@ - {{- macros.time_filter_buttons() -}} + {{- macros.time_filter_buttons() -}} {{- macros.sorting_buttons(POST_SORTS, True) -}} {% endblock %} diff --git a/files/templates/home_comments.html b/files/templates/home_comments.html index 035ca5036..c06dfc846 100644 --- a/files/templates/home_comments.html +++ b/files/templates/home_comments.html @@ -7,7 +7,7 @@ {% block content %}
- {{- macros.time_filter_buttons() -}} + {{- macros.time_filter_buttons() -}} {{- macros.sorting_buttons(COMMENT_SORTS) -}}
diff --git a/files/templates/post.html b/files/templates/post.html index 434f020c2..89469f3e4 100644 --- a/files/templates/post.html +++ b/files/templates/post.html @@ -305,7 +305,7 @@
- {{- macros.sorting_buttons(COMMENT_SORTS, True) -}} + {{- macros.sorting_buttons(COMMENT_SORTS, True) -}}
{{macros.comment_reply_box(p.fullname, 'comment-reply-' + p.fullname, subwrapper_css_classes='mb-3', enable_cancel_button=false)}} diff --git a/files/templates/post_banned.html b/files/templates/post_banned.html index 56a58829a..24372aa55 100644 --- a/files/templates/post_banned.html +++ b/files/templates/post_banned.html @@ -49,7 +49,7 @@
- {{- macros.sorting_buttons(COMMENT_SORTS, True) -}} + {{- macros.sorting_buttons(COMMENT_SORTS, True) -}}
diff --git a/files/templates/post_listing.html b/files/templates/post_listing.html index dad9fdaca..1753693a6 100644 --- a/files/templates/post_listing.html +++ b/files/templates/post_listing.html @@ -1,4 +1,3 @@ - {% if v %} {% include "modals/award.html" %} {% endif %} diff --git a/files/templates/userpage/header.html b/files/templates/userpage/header.html index 970c1423c..1c416a065 100644 --- a/files/templates/userpage/header.html +++ b/files/templates/userpage/header.html @@ -29,9 +29,8 @@
{% if u.is_visible_to(v) and "/saved/" not in request.path and "/subscribed/" not in request.path and not path == '' and '/wall/comment/' not in path %}
-
- {{- macros.time_filter_buttons() -}} + {{- macros.time_filter_buttons() -}} {% if "/posts" in request.path %} {{- macros.sorting_buttons(POST_SORTS) -}} {% else %}