From af63c9c187cb306490191eaed64cff1fac90bbaa Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Wed, 29 Dec 2021 11:52:14 -0800 Subject: [PATCH] Line breaks, why not --- bookwyrm/templates/get_started/profile.html | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/bookwyrm/templates/get_started/profile.html b/bookwyrm/templates/get_started/profile.html index ef33afac2..587351fce 100644 --- a/bookwyrm/templates/get_started/profile.html +++ b/bookwyrm/templates/get_started/profile.html @@ -13,13 +13,26 @@
- + {% include 'snippets/form_errors.html' with errors_list=form.name.errors id="desc_name" %}
- + {% include 'snippets/form_errors.html' with errors_list=form.summary.errors id="desc_summary" %}