From 1811cc98ba1e7ea764b3a36ae5bbfc4d67524557 Mon Sep 17 00:00:00 2001 From: FreneticScribbler Date: Tue, 8 Oct 2019 17:04:10 +0100 Subject: [PATCH] Oops. Create is an edit state... --- assets/templates/partials/asset_form.html | 2 +- assets/templates/partials/cable_form.html | 2 +- assets/templates/partials/parent_form.html | 2 +- assets/templates/partials/purchasedetails_form.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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 %}