diff --git a/assets/templates/partials/asset_form.html b/assets/templates/partials/asset_form.html index c4b17ed1..0de1a72b 100644 --- a/assets/templates/partials/asset_form.html +++ b/assets/templates/partials/asset_form.html @@ -5,7 +5,7 @@ Asset Details
- {% if edit or duplicate %} + {% if create or edit or duplicate %}
{% if duplicate %} diff --git a/assets/templates/partials/cable_form.html b/assets/templates/partials/cable_form.html index 3d64fe42..40ccff89 100644 --- a/assets/templates/partials/cable_form.html +++ b/assets/templates/partials/cable_form.html @@ -5,7 +5,7 @@ Cable Details
- {% if edit or duplicate %} + {% if create or edit or duplicate %}