From a5da5ad7a8d05599c7e238765de4c150f2535ea8 Mon Sep 17 00:00:00 2001 From: Arona Jones Date: Wed, 23 Oct 2019 13:11:46 +0100 Subject: [PATCH] Remove top right form buttons from create/update Works on RIGS coz it's just one button. Makes a mess here imo. --- assets/templates/asset_create.html | 7 ------- assets/templates/asset_update.html | 7 ------- 2 files changed, 14 deletions(-) diff --git a/assets/templates/asset_create.html b/assets/templates/asset_create.html index cb235392..fb9bc627 100644 --- a/assets/templates/asset_create.html +++ b/assets/templates/asset_create.html @@ -21,13 +21,6 @@
{% endif %} {% include 'form_errors.html' %} -
-
-
- {% include 'partials/asset_buttons.html' %} -
-
-
{% csrf_token %}
diff --git a/assets/templates/asset_update.html b/assets/templates/asset_update.html index 8b734962..dfb9f552 100644 --- a/assets/templates/asset_update.html +++ b/assets/templates/asset_update.html @@ -17,13 +17,6 @@
{% include 'form_errors.html' %} -
-
-
- {% include 'partials/asset_buttons.html' %} -
-
-
{% csrf_token %}