From a1eaae1d5ee2d7ba3988720c084e4c364d4befa2 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Wed, 29 Sep 2021 09:48:17 -0700 Subject: [PATCH] Fixes markup syntax errors --- bookwyrm/templates/feed/goal_card.html | 3 +- bookwyrm/templates/snippets/goal_form.html | 51 +++++++++++----------- 2 files changed, 27 insertions(+), 27 deletions(-) diff --git a/bookwyrm/templates/feed/goal_card.html b/bookwyrm/templates/feed/goal_card.html index f13c26c72..40ba614e6 100644 --- a/bookwyrm/templates/feed/goal_card.html +++ b/bookwyrm/templates/feed/goal_card.html @@ -8,8 +8,7 @@ {% endblock %} {% block card-content %} - {% include 'snippets/goal_form.html' %} - +{% include 'snippets/goal_form.html' %} {% endblock %} {% block card-footer %} diff --git a/bookwyrm/templates/snippets/goal_form.html b/bookwyrm/templates/snippets/goal_form.html index 9aa5721d1..f05d8b8b8 100644 --- a/bookwyrm/templates/snippets/goal_form.html +++ b/bookwyrm/templates/snippets/goal_form.html @@ -2,34 +2,35 @@

{% blocktrans %}Set a goal for how many books you'll finish reading in {{ year }}, and track your progress throughout the year.{% endblocktrans %}

-
- {% csrf_token %} - - + + {% csrf_token %} + + -
-
- -
-
- +
+
+ +
+
+ +
+
- +
+ +
+ + {% include 'snippets/privacy_select.html' with no_label=True current=goal.privacy uuid=goal.id %}
-
- - {% include 'snippets/privacy_select.html' with no_label=True current=goal.privacy uuid=goal.id %} + + +
+
-
- - - -
- -
- + +