{% render_field form.category|attr:'multiple'|add_class:'form-control custom-select selectpicker' data-none-selected-text="Categories" data-header="Categories" data-actions-box="true" %}
@@ -41,7 +41,7 @@
-
New
+
New
diff --git a/assets/templates/partials/asset_list_table_body.html b/assets/templates/partials/asset_list_table_body.html
index f0f382b5..4de27ff7 100644
--- a/assets/templates/partials/asset_list_table_body.html
+++ b/assets/templates/partials/asset_list_table_body.html
@@ -6,10 +6,10 @@
| {{ item.status }} |
|
diff --git a/assets/templates/supplier_update.html b/assets/templates/supplier_update.html
index af50c0eb..739dbbac 100644
--- a/assets/templates/supplier_update.html
+++ b/assets/templates/supplier_update.html
@@ -1,8 +1,9 @@
{% extends 'base_assets.html' %}
-{% block title %}Edit{% endblock %}
+{% load widget_tweaks %}
+
+{% block title %}Edit Supplier{% endblock %}
{% block content %}
-
-
{% endblock %}
diff --git a/RIGS/templates/partials/generic_list.html b/templates/partials/generic_list.html
similarity index 100%
rename from RIGS/templates/partials/generic_list.html
rename to templates/partials/generic_list.html
diff --git a/RIGS/templates/partials/last_edited.html b/templates/partials/last_edited.html
similarity index 100%
rename from RIGS/templates/partials/last_edited.html
rename to templates/partials/last_edited.html