From 202c43f610c9ed08383dd61104830c5cc4198c68 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Mon, 10 May 2021 16:13:17 -0700 Subject: [PATCH] Adds import option to books page --- bookwyrm/templates/user/shelf/shelf.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bookwyrm/templates/user/shelf/shelf.html b/bookwyrm/templates/user/shelf/shelf.html index 639ab502..48feb873 100644 --- a/bookwyrm/templates/user/shelf/shelf.html +++ b/bookwyrm/templates/user/shelf/shelf.html @@ -35,7 +35,9 @@ {% if is_self %}
{% trans "Create shelf" as button_text %} - {% include 'snippets/toggle/open_button.html' with text=button_text icon="plus" controls_text="create-shelf-form" focus="create-shelf-form-header" %} + {% include 'snippets/toggle/open_button.html' with text=button_text icon_with_text="plus" controls_text="create-shelf-form" focus="create-shelf-form-header" %} + + {% trans "Import Books" %}
{% endif %}