From ce666692b39ae86db57b3d73dfed14362266135d Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Mon, 12 Sep 2022 13:15:18 +0200 Subject: [PATCH] change visual description of upload placeholders --- .../inventory/upload_placeholder.html | 40 +++++++++++++------ 1 file changed, 27 insertions(+), 13 deletions(-) diff --git a/ereuse_devicehub/templates/inventory/upload_placeholder.html b/ereuse_devicehub/templates/inventory/upload_placeholder.html index 51c1dfcd..fea5a6fd 100644 --- a/ereuse_devicehub/templates/inventory/upload_placeholder.html +++ b/ereuse_devicehub/templates/inventory/upload_placeholder.html @@ -20,7 +20,7 @@
Upload Placeholder
-

Please select a Placeholders CSV file.

+

Follow these steps to register or update placeholders using a spreadsheet.

{% if form.form_errors %}

{% for error in form.form_errors %} @@ -29,21 +29,11 @@

{% endif %}
-
- Use the following template to register or update placeholders.
- Choose the type of device.
- The following considerations are important:
- 1. Do not rename columns or add new columns.
- 2. Accepted file types are ods, xlsx and csv.
- 3. A new Placeholder will be registered if the PHID value does not exist in the system or is empty.
- 4. A Placeholder will be updated if the PHID value exists in the system -
-
{{ form.csrf_token }}
- +