diff --git a/bookwyrm/templates/ostatus/subscribe.html b/bookwyrm/templates/ostatus/subscribe.html index ee6225420..1020279b7 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 8d2d193ec..9776f28dd 100644 --- a/bookwyrm/templates/ostatus/template.html +++ b/bookwyrm/templates/ostatus/template.html @@ -9,9 +9,9 @@ {% block title %}{% endblock %} - - - + + + - +