Label the collection 'set parent' field as such

This commit is contained in:
2019-10-05 20:33:03 +01:00
parent e3cbcbd151
commit 366d9c4130
2 changed files with 11 additions and 5 deletions

View File

@@ -143,8 +143,11 @@
Collection Details Collection Details
</div> </div>
<div class="panel-body"> <div class="panel-body">
{% include 'partials/asset_picker.html' %} <div class="form-group">
</div <label for="selectpicker">Set Parent:</label>
{% include 'partials/asset_picker.html' %}
</div>
</div>
</div> </div>
</div> </div>
<div class="row"> <div class="row">
@@ -158,4 +161,4 @@
{% include 'partials/confirm_delete.html' with object=object %} {% include 'partials/confirm_delete.html' with object=object %}
{% endblock %} {% endblock %}

View File

@@ -191,7 +191,10 @@
</div> </div>
<div class="panel-body"> <div class="panel-body">
{% if edit or duplicate %} {% if edit or duplicate %}
{% include 'partials/asset_picker.html' %} <div class="form-group">
<label for="selectpicker">Set Parent:</label>
{% include 'partials/asset_picker.html' %}
</div>
{% else%} {% else%}
<dl> <dl>
<dt>Parent</dt> <dt>Parent</dt>
@@ -234,4 +237,4 @@
{% include 'partials/confirm_delete.html' with object=object %} {% include 'partials/confirm_delete.html' with object=object %}
{% endblock %} {% endblock %}