From 366d9c4130fdd22572915eea352236fc21ca2a21 Mon Sep 17 00:00:00 2001 From: FreneticScribbler Date: Sat, 5 Oct 2019 20:33:03 +0100 Subject: [PATCH] Label the collection 'set parent' field as such --- assets/templates/asset_create.html | 9 ++++++--- assets/templates/asset_update.html | 7 +++++-- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/assets/templates/asset_create.html b/assets/templates/asset_create.html index 4a908d79..64ae9d84 100644 --- a/assets/templates/asset_create.html +++ b/assets/templates/asset_create.html @@ -143,8 +143,11 @@ Collection Details
- {% include 'partials/asset_picker.html' %} -
+ + {% include 'partials/asset_picker.html' %} + +
@@ -158,4 +161,4 @@ {% include 'partials/confirm_delete.html' with object=object %} -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/assets/templates/asset_update.html b/assets/templates/asset_update.html index a3a228a0..a926d079 100644 --- a/assets/templates/asset_update.html +++ b/assets/templates/asset_update.html @@ -191,7 +191,10 @@
{% if edit or duplicate %} - {% include 'partials/asset_picker.html' %} +
+ + {% include 'partials/asset_picker.html' %} +
{% else%}
Parent
@@ -234,4 +237,4 @@ {% include 'partials/confirm_delete.html' with object=object %} -{% endblock %} \ No newline at end of file +{% endblock %}