diff --git a/bookwyrm/templates/book.html b/bookwyrm/templates/book.html index 35c8dd5f..240bef17 100644 --- a/bookwyrm/templates/book.html +++ b/bookwyrm/templates/book.html @@ -95,14 +95,14 @@ {% if request.user.is_authenticated and perms.bookwyrm.edit_book and not book|book_description %}
- +
- + {% endif %} @@ -64,9 +62,7 @@ {% endif %} {% endfor %} {% if local_results.results %} - + {% include 'snippets/toggle/toggle_button.html' with text="Hide results from other catalogues" small=True controls_text="fewer-results" %} {% endif %}
diff --git a/bookwyrm/templates/snippets/content_warning_field.html b/bookwyrm/templates/snippets/content_warning_field.html index 9249602a..91bc8ba4 100644 --- a/bookwyrm/templates/snippets/content_warning_field.html +++ b/bookwyrm/templates/snippets/content_warning_field.html @@ -2,18 +2,18 @@ {% with 0|uuid as uuid %}
- +
- +
diff --git a/bookwyrm/templates/snippets/create_status_form.html b/bookwyrm/templates/snippets/create_status_form.html index a0c6b817..88f20116 100644 --- a/bookwyrm/templates/snippets/create_status_form.html +++ b/bookwyrm/templates/snippets/create_status_form.html @@ -27,14 +27,13 @@ {% endif %} - {% include 'snippets/content_warning_field.html' %} - {% if type == 'quote' %} {% else %} {% endif %} + {% include 'snippets/content_warning_field.html' %} {% if type == 'quote' %}
diff --git a/bookwyrm/templates/snippets/finish_reading_modal.html b/bookwyrm/templates/snippets/finish_reading_modal.html index d04d508d..a057b29d 100644 --- a/bookwyrm/templates/snippets/finish_reading_modal.html +++ b/bookwyrm/templates/snippets/finish_reading_modal.html @@ -37,7 +37,7 @@
-
diff --git a/bookwyrm/templates/snippets/readthrough.html b/bookwyrm/templates/snippets/readthrough.html index 68250553..7930b93f 100644 --- a/bookwyrm/templates/snippets/readthrough.html +++ b/bookwyrm/templates/snippets/readthrough.html @@ -17,16 +17,8 @@ {% endif %}
- - + {% include 'snippets/toggle/toggle_button.html' with small=True text="Edit read dates" icon="pencil" controls_text="edit-readthrough" controls_uid=readthrough.id %} + {% include 'snippets/toggle/toggle_button.html' with small=True text="Delete these read dates" icon="x" controls_text="delete-readthrough" controls_uid=readthrough.id %}
@@ -39,7 +31,7 @@ {% include 'snippets/readthrough_form.html' with readthrough=readthrough %}
- + {% include 'snippets/toggle/toggle_button.html' with text="Cancel" controls_text="show-readthrough" controls_uid=readthrough.id %}
@@ -62,7 +54,7 @@ -