From 821d0f49e218a8a36f802aee863fa06d20e4955f Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Sat, 21 Aug 2021 10:51:07 -0700 Subject: [PATCH] Wraps entire div block in spaceless tag --- bookwyrm/templates/user/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookwyrm/templates/user/layout.html b/bookwyrm/templates/user/layout.html index 41d52812..8ca3bd18 100755 --- a/bookwyrm/templates/user/layout.html +++ b/bookwyrm/templates/user/layout.html @@ -31,8 +31,8 @@ {% spaceless %}
{{ user.summary|to_markdown|safe }} - {% endspaceless %}
+ {% endspaceless %} {% endif %} {% if not is_self and request.user.is_authenticated %}