diff --git a/bookwyrm/templates/components/inline_form.html b/bookwyrm/templates/components/inline_form.html index 8cb1834f..8b42dc08 100644 --- a/bookwyrm/templates/components/inline_form.html +++ b/bookwyrm/templates/components/inline_form.html @@ -1,15 +1,15 @@ {% load i18n %} -
-
-

- {% block header %}{% endblock %} -

- - {% trans "Close" as button_text %} - {% include 'snippets/toggle/toggle_button.html' with label=button_text class="delete" nonbutton=True controls_text=controls_text %} - -
-
+
+ + {% block header %}{% endblock %} + + + +
{% block form %}{% endblock %}
-
+ diff --git a/bookwyrm/templates/lists/form.html b/bookwyrm/templates/lists/form.html index c8383d9c..1d8220b9 100644 --- a/bookwyrm/templates/lists/form.html +++ b/bookwyrm/templates/lists/form.html @@ -7,11 +7,15 @@
- {{ list_form.name }} +
+ {{ list_form.name }} +
- {{ list_form.description }} +
+ {{ list_form.description }} +
diff --git a/bookwyrm/templates/lists/lists.html b/bookwyrm/templates/lists/lists.html index 49091bcf..45564164 100644 --- a/bookwyrm/templates/lists/lists.html +++ b/bookwyrm/templates/lists/lists.html @@ -6,21 +6,13 @@ {% block content %} -
-
-

- {% trans "Lists" %} - {% if request.user.is_authenticated %} - {% trans "Your Lists" %} - {% endif %} -

-
- {% if request.user.is_authenticated %} -
- {% 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" %} -
- {% endif %} +
+

+ {% trans "Lists" %} + {% if request.user.is_authenticated %} + {% trans "Your Lists" %} + {% endif %} +

{% if request.user.is_authenticated %}