diff --git a/bambu_run/templates/bambu_run/filament_color_list.html b/bambu_run/templates/bambu_run/filament_color_list.html
index 5e9cfc9..a3189ce 100644
--- a/bambu_run/templates/bambu_run/filament_color_list.html
+++ b/bambu_run/templates/bambu_run/filament_color_list.html
@@ -10,7 +10,7 @@
{% if not is_basic_user %}
-
+
Add New Color
{% endif %}
@@ -81,8 +81,8 @@
{{ color.brand }} |
{% if not is_basic_user %}
- Edit
- Delete
+ Edit
+ Delete
{% endif %}
|
diff --git a/bambu_run/templates/bambu_run/filament_detail.html b/bambu_run/templates/bambu_run/filament_detail.html
index d1bfde6..b0a0679 100644
--- a/bambu_run/templates/bambu_run/filament_detail.html
+++ b/bambu_run/templates/bambu_run/filament_detail.html
@@ -14,7 +14,7 @@
{% if not is_basic_user %}
-
+
Add New Type
{% endif %}
@@ -63,8 +63,8 @@
{{ ft.brand }} |
{% if not is_basic_user %}
- Edit
- Delete
+ Edit
+ Delete
{% endif %}
|