From 68cb1612e24ab29e6e7cf675dca4931c6fdcfe72 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Mon, 9 Nov 2020 16:27:45 -0800 Subject: [PATCH] make comment toggle clickable --- bookwyrm/templates/snippets/status_body.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bookwyrm/templates/snippets/status_body.html b/bookwyrm/templates/snippets/status_body.html index 9016669fa..1c1d41de9 100644 --- a/bookwyrm/templates/snippets/status_body.html +++ b/bookwyrm/templates/snippets/status_body.html @@ -33,7 +33,11 @@ {% if request.user.is_authenticated %} {% include 'snippets/boost_button.html' with status=status %} {% include 'snippets/fav_button.html' with status=status %}