diff --git a/bookwyrm/templates/guided_tour/search.html b/bookwyrm/templates/guided_tour/search.html
new file mode 100644
index 000000000..868d9b819
--- /dev/null
+++ b/bookwyrm/templates/guided_tour/search.html
@@ -0,0 +1,191 @@
+{% load i18n %}
+
+
+
+
+
+ // {
+ // text: "{% trans 'Groups can have group-curated lists. We haven\'t discussed lists yet, so now let\s fix that.' %}\
+ //
\
+ // {% trans 'Click on the button to create a list.' %}",
+ // title: "{% trans 'Group lists' %}",
+ // attachTo: {
+ // element: "#create_group_list_button",
+ // on: "right",
+ // },
+ // buttons: [
+ // {
+ // action() {
+ // return this.back();
+ // },
+ // secondary: true,
+ // text: "{% trans 'Back' %}",
+ // },
+ // {
+ // action() {
+ // return this.next();
+ // },
+ // text: "{% trans 'Next' %}",
+ // },
+ // ],
+ // },
+ // {
+ // text: "{% trans 'todo' %}",
+ // title: "{% trans 'TODO' %}",
+ // buttons: [
+ // {
+ // action() {
+ // return this.complete();
+ // },
+ // text: "{% trans 'Ok' %}",
+ // },
+ // ],
+ // },
diff --git a/bookwyrm/templates/search/book.html b/bookwyrm/templates/search/book.html
index d2828eabf..d8835b3ef 100644
--- a/bookwyrm/templates/search/book.html
+++ b/bookwyrm/templates/search/book.html
@@ -7,7 +7,7 @@
{% with results|first as local_results %}
{% if request.user.is_authenticated %} {% if not remote %} - + {% trans "Load results from other catalogues" %} {% else %} - + {% trans "Manually add book" %} {% endif %} diff --git a/bookwyrm/templates/search/layout.html b/bookwyrm/templates/search/layout.html index af9129450..a92bd8745 100644 --- a/bookwyrm/templates/search/layout.html +++ b/bookwyrm/templates/search/layout.html @@ -13,7 +13,7 @@