From 5bbd6faa8b5c6a193b64bc63615beba20d2fb8f7 Mon Sep 17 00:00:00 2001 From: Hugh Rundle Date: Mon, 6 Dec 2021 16:26:16 +1100 Subject: [PATCH] tidy templates --- bookwyrm/templates/ostatus/subscribe.html | 4 ++-- bookwyrm/templates/ostatus/template.html | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/bookwyrm/templates/ostatus/subscribe.html b/bookwyrm/templates/ostatus/subscribe.html index ee622542..1020279b 100644 --- a/bookwyrm/templates/ostatus/subscribe.html +++ b/bookwyrm/templates/ostatus/subscribe.html @@ -39,7 +39,7 @@ {{ user.display_name }} {% if user.manually_approves_followers %} - {% trans "Locked account" %} + {% trans 'Locked account' %} {% endif %} @@ -47,7 +47,7 @@
{% csrf_token %} - +
diff --git a/bookwyrm/templates/ostatus/template.html b/bookwyrm/templates/ostatus/template.html index 8d2d193e..9776f28d 100644 --- a/bookwyrm/templates/ostatus/template.html +++ b/bookwyrm/templates/ostatus/template.html @@ -9,9 +9,9 @@ {% block title %}{% endblock %} - - - + + + - +