forked from mirrors/bookwyrm
Merge pull request #1492 from hughrun/new-shelf-fix
fix for #1491 new shelf creation not displaying name field
This commit is contained in:
commit
3ed72e60f5
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
{% block form %}
|
{% block form %}
|
||||||
<form name="create-shelf" action="{% url 'shelf-create' %}" method="post">
|
<form name="create-shelf" action="{% url 'shelf-create' %}" method="post">
|
||||||
{% include "shelf/form.html" with editable=shelf.editable form=create_form %}
|
{% include "shelf/form.html" with editable=True form=create_form %}
|
||||||
</form>
|
</form>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue