diff --git a/bookwyrm/templates/shelf/create_shelf_form.html b/bookwyrm/templates/shelf/create_shelf_form.html index b7ea27de8..e15e1cc1d 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 847d5e465..5951b6da6 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 000000000..9388a04ee --- /dev/null +++ b/bookwyrm/templates/shelf/form.html @@ -0,0 +1,25 @@ +{% load i18n %} +{% csrf_token %} + + +{% if editable %} +