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 %} - Edit + Edit {% endif %} Back to List
diff --git a/bambu_run/templates/bambu_run/filament_list.html b/bambu_run/templates/bambu_run/filament_list.html index 24af472..e77cb7e 100644 --- a/bambu_run/templates/bambu_run/filament_list.html +++ b/bambu_run/templates/bambu_run/filament_list.html @@ -20,7 +20,7 @@ Manage Colors - + Add Filament @@ -177,7 +177,7 @@ View {% if not is_basic_user %} - Edit + Edit {% endif %} diff --git a/bambu_run/templates/bambu_run/filament_type_list.html b/bambu_run/templates/bambu_run/filament_type_list.html index 1ec0244..b112cbc 100644 --- a/bambu_run/templates/bambu_run/filament_type_list.html +++ b/bambu_run/templates/bambu_run/filament_type_list.html @@ -10,7 +10,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 %}