From 3780a74755459578b5ceb4f8afbf9cf04659aa63 Mon Sep 17 00:00:00 2001 From: rimu <3310831+rimu@users.noreply.github.com> Date: Mon, 26 Feb 2024 15:52:55 +1300 Subject: [PATCH] aria role tree for comments --- app/templates/post/_comment_voting_buttons.html | 6 +++--- app/templates/post/_post_voting_buttons.html | 4 ++-- app/templates/post/_post_voting_buttons_masonry.html | 4 ++-- app/templates/post/continue_discussion.html | 6 +++--- app/templates/post/post.html | 6 +++--- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/app/templates/post/_comment_voting_buttons.html b/app/templates/post/_comment_voting_buttons.html index 34718c1f..ce5294cc 100644 --- a/app/templates/post/_comment_voting_buttons.html +++ b/app/templates/post/_comment_voting_buttons.html @@ -1,14 +1,14 @@ {% if current_user.is_authenticated and current_user.verified %} {% if can_upvote(current_user, community) %} -
{% endif %} - {{ comment.up_votes - comment.down_votes }} + {{ comment.up_votes - comment.down_votes }} {% if can_downvote(current_user, community) %} -