diff --git a/assets/templates/asset_update.html b/assets/templates/asset_update.html
index 90e264e9..63a220a7 100644
--- a/assets/templates/asset_update.html
+++ b/assets/templates/asset_update.html
@@ -9,9 +9,9 @@
diff --git a/assets/templates/partials/asset_form.html b/assets/templates/partials/asset_form.html
index 0de1a72b..86c2c7a4 100644
--- a/assets/templates/partials/asset_form.html
+++ b/assets/templates/partials/asset_form.html
@@ -57,7 +57,7 @@
{{ object.asset_id }}
Description
- {{ object.description }}
+ {{ object.description }}
Category
{{ object.category }}
@@ -69,7 +69,7 @@
{{ object.serial_number|default:'-' }}
Comments
- {{ object.comments|default:'-'|linebreaksbr }}
+ {{ object.comments|default:'-'|linebreaksbr }}
{% endif %}
diff --git a/assets/templates/partials/asset_list_table_body.html b/assets/templates/partials/asset_list_table_body.html
index 523e99e1..1eea6a73 100644
--- a/assets/templates/partials/asset_list_table_body.html
+++ b/assets/templates/partials/asset_list_table_body.html
@@ -12,7 +12,7 @@
{% endif %}
">
{{ item.asset_id }} |
- {{ item.description }} |
+ {{ item.description }} |
{{ item.category }} |
{{ item.status }} |
|