diff --git a/bookwyrm/templates/shelf/create_shelf_form.html b/bookwyrm/templates/shelf/create_shelf_form.html index b7ea27de..e15e1cc1 100644 --- a/bookwyrm/templates/shelf/create_shelf_form.html +++ b/bookwyrm/templates/shelf/create_shelf_form.html @@ -7,21 +7,7 @@ {% block form %}
{% endblock %} diff --git a/bookwyrm/templates/shelf/edit_shelf_form.html b/bookwyrm/templates/shelf/edit_shelf_form.html index 847d5e46..5951b6da 100644 --- a/bookwyrm/templates/shelf/edit_shelf_form.html +++ b/bookwyrm/templates/shelf/edit_shelf_form.html @@ -7,24 +7,7 @@ {% block form %} {% endblock %} diff --git a/bookwyrm/templates/shelf/form.html b/bookwyrm/templates/shelf/form.html new file mode 100644 index 00000000..9388a04e --- /dev/null +++ b/bookwyrm/templates/shelf/form.html @@ -0,0 +1,25 @@ +{% load i18n %} +{% csrf_token %} + + +{% if editable %} +