diff --git a/bookwyrm/templates/author/author.html b/bookwyrm/templates/author/author.html index 56e9ce548..67f8792c9 100644 --- a/bookwyrm/templates/author/author.html +++ b/bookwyrm/templates/author/author.html @@ -14,9 +14,8 @@ {% if request.user.is_authenticated and perms.bookwyrm.edit_book %}
- - {% trans "Edit Author" %} - + + {% trans "Edit Author" %}
{% endif %} diff --git a/bookwyrm/templates/book/book.html b/bookwyrm/templates/book/book.html index 0aa648360..a82c00f69 100644 --- a/bookwyrm/templates/book/book.html +++ b/bookwyrm/templates/book/book.html @@ -38,9 +38,8 @@ {% if user_authenticated and can_edit_book %}
- - {% trans "Edit Book" %} - + + {% trans "Edit Book" %}
{% endif %} @@ -163,7 +162,7 @@
{% trans "Add read dates" as button_text %} - {% include 'snippets/toggle/open_button.html' with text=button_text icon="plus" class="is-small" controls_text="add-readthrough" focus="add-readthrough-focus" %} + {% include 'snippets/toggle/open_button.html' with text=button_text icon_with_text="plus" class="is-small" controls_text="add-readthrough" focus="add-readthrough-focus" %}