From cf61279e185652d88c6e2dc27d5fca4a32a68d2c Mon Sep 17 00:00:00 2001 From: Tim Rogers Date: Mon, 12 Aug 2024 19:56:26 -0500 Subject: [PATCH] Narrowed is_authenticated check in verfication_modal to only restrict report button --- bookwyrm/templates/book/file_links/verification_modal.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bookwyrm/templates/book/file_links/verification_modal.html b/bookwyrm/templates/book/file_links/verification_modal.html index 7a9e41ad2..4f2f96a4a 100644 --- a/bookwyrm/templates/book/file_links/verification_modal.html +++ b/bookwyrm/templates/book/file_links/verification_modal.html @@ -21,9 +21,10 @@ Is that where you'd like to go?
{% trans "Report spam" %}
+{% endif %} {% trans "Continue" %} -{% endif %} + {% endblock %}