From 46168a292be2c078f63dbae8fe6a39e70251e97f Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Wed, 29 Sep 2021 09:23:52 -0700 Subject: [PATCH] Moves info text to goal form snippet --- bookwyrm/templates/snippets/goal_card.html | 4 ---- bookwyrm/templates/snippets/goal_form.html | 3 +++ 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/bookwyrm/templates/snippets/goal_card.html b/bookwyrm/templates/snippets/goal_card.html index 329fea54..f13c26c7 100644 --- a/bookwyrm/templates/snippets/goal_card.html +++ b/bookwyrm/templates/snippets/goal_card.html @@ -7,11 +7,7 @@ {% endblock %} - {% block card-content %} -
-

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

- {% include 'snippets/goal_form.html' %}
{% endblock %} diff --git a/bookwyrm/templates/snippets/goal_form.html b/bookwyrm/templates/snippets/goal_form.html index f4db3e96..28afbafe 100644 --- a/bookwyrm/templates/snippets/goal_form.html +++ b/bookwyrm/templates/snippets/goal_form.html @@ -1,4 +1,7 @@ {% load i18n %} +
+

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

+
{% csrf_token %}