From d36dd9ce965e9114d3dd2612d1a3463c34c33578 Mon Sep 17 00:00:00 2001
From: Hugh Rundle
Date: Sat, 18 Jun 2022 10:48:14 +1000
Subject: [PATCH] guided tour for user groups
Includes adding creating a new group.
---
bookwyrm/templates/groups/group.html | 8 +-
bookwyrm/templates/groups/members.html | 2 +-
bookwyrm/templates/guided_tour/group.html | 131 ++++++++++++++++++++++
3 files changed, 139 insertions(+), 2 deletions(-)
create mode 100644 bookwyrm/templates/guided_tour/group.html
diff --git a/bookwyrm/templates/groups/group.html b/bookwyrm/templates/groups/group.html
index 5f5b58601..2e2f12437 100644
--- a/bookwyrm/templates/groups/group.html
+++ b/bookwyrm/templates/groups/group.html
@@ -22,7 +22,7 @@
{% if request.user.is_authenticated and group|is_member:request.user %}
-
+
{% trans "Create List" as button_text %}
{% include 'snippets/toggle/open_button.html' with controls_text="create_list" icon_with_text="plus" text=button_text focus="create_list_header" %}