diff --git a/customers/templates/customers/customer_details.html b/customers/templates/customers/customer_details.html index 5725d5c..3913cb3 100644 --- a/customers/templates/customers/customer_details.html +++ b/customers/templates/customers/customer_details.html @@ -1,6 +1,17 @@ {% extends "core/base.html" %} {% block section_title %}{{ customer.name }}{% endblock %} {% block content %} -

Description

-

{{ customer.description }}

+
+
+ +
+
+

Description

+

{{ customer.description }}

+

{{ customer.description }}

+
+
+ +
+
{% endblock %}