diff --git a/bookwyrm/templates/get_started/profile.html b/bookwyrm/templates/get_started/profile.html index b26bd9150..90cdb4104 100644 --- a/bookwyrm/templates/get_started/profile.html +++ b/bookwyrm/templates/get_started/profile.html @@ -20,7 +20,7 @@
- + {% for error in form.summary.errors %}

{{ error | escape }}

{% endfor %} @@ -46,7 +46,7 @@
{% url 'directory' as path %}

{% trans "Your account will show up in the directory, and may be recommended to other BookWyrm users." %}