Merge branch 'asset-assetforms' of https://github.com/nottinghamtec/PyRIGS into asset-assetforms

This commit is contained in:
Matthew Smith
2019-10-05 21:16:58 +01:00
2 changed files with 11 additions and 5 deletions

View File

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

View File

@@ -191,7 +191,10 @@
</div>
<div class="panel-body">
{% 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%}
<dl>
<dt>Parent</dt>
@@ -234,4 +237,4 @@
{% include 'partials/confirm_delete.html' with object=object %}
{% endblock %}
{% endblock %}