new shelves can be given names always
Previously new shelves created when a default shelf was selected did not provide the option to create a new unique name. Now they do. fixes #1491
This commit is contained in:
parent
a36bbaf809
commit
9509c5e288
@ -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…
x
Reference in New Issue
Block a user