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 %}