From b17caa84cd4643a14ce0551d25c95cdaac1678a7 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Thu, 1 Apr 2021 12:54:00 -0700 Subject: [PATCH] Fixes form default value in get started profile view --- bookwyrm/templates/get_started/profile.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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." %}