From 66bf95ef87ca0840a6c4c116d3bb21f4f444a13d Mon Sep 17 00:00:00 2001 From: bobbyvish Date: Tue, 13 Aug 2024 15:19:30 +0530 Subject: [PATCH] refactor(customer details): added social info in customer detail page --- templates/accounts/customer/customer_detail.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/templates/accounts/customer/customer_detail.html b/templates/accounts/customer/customer_detail.html index 1df353c..3fc96ca 100644 --- a/templates/accounts/customer/customer_detail.html +++ b/templates/accounts/customer/customer_detail.html @@ -85,6 +85,22 @@
Website
{{principal_obj.website}}
+
+
Facebook
+
{{principal_obj.facebook_profile}}
+
+
+
LinkedIn
+
{{principal_obj.linkedin_profile}}
+
+
+
Instagram
+
{{principal_obj.instagram_profile}}
+
+
+
Twitter
+
{{principal_obj.twitter_profile}}
+
{% if principal_obj.extended_data and not principal_obj.extended_data.is_transferred and principal_obj.extended_data.is_onboarded and principal_obj.principal_type.name == 'event_manager' %}