From e901e2e4e68ab0c84bf0d45af8f3b616406b7b08 Mon Sep 17 00:00:00 2001 From: Faheed Date: Sun, 7 Sep 2025 17:18:52 +0300 Subject: [PATCH 1/4] small ui fix --- templates/crm/notifications_history.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/crm/notifications_history.html b/templates/crm/notifications_history.html index 62ccaa1d..3d8747b7 100644 --- a/templates/crm/notifications_history.html +++ b/templates/crm/notifications_history.html @@ -102,11 +102,11 @@ body {
-
-

{% trans "Status" %}

+
+

{% trans "Status" %}

+{% endif %} {% endblock content %} \ No newline at end of file diff --git a/templates/crm/leads/lead_list.html b/templates/crm/leads/lead_list.html index 3c8757c7..9fab2850 100644 --- a/templates/crm/leads/lead_list.html +++ b/templates/crm/leads/lead_list.html @@ -258,6 +258,6 @@
{% else %} {% url 'lead_create' request.dealer.slug as create_lead_url %} - {% include "empty-illustration-page.html" with value="lead" url=create_lead_url %} + {% include "empty-illustration-page.html" with value=empty_state_value url=create_lead_url %} {% endif %} {% endblock %} diff --git a/templates/crm/leads/lead_tracking.html b/templates/crm/leads/lead_tracking.html index b3be0f19..14d0f81c 100644 --- a/templates/crm/leads/lead_tracking.html +++ b/templates/crm/leads/lead_tracking.html @@ -175,6 +175,6 @@ {% else %} {% url 'lead_create' request.dealer.slug as create_lead_url %} - {% include "empty-illustration-page.html" with value="lead" url=create_lead_url %} + {% include "empty-illustration-page.html" with value=empty_state_value url=create_lead_url %} {% endif %} {% endblock %} diff --git a/templates/crm/opportunities/opportunity_list.html b/templates/crm/opportunities/opportunity_list.html index b07b5ba5..97533751 100644 --- a/templates/crm/opportunities/opportunity_list.html +++ b/templates/crm/opportunities/opportunity_list.html @@ -118,7 +118,7 @@ {% endif %} {% else %} {% url 'opportunity_create' request.dealer.slug as create_opportunity_url %} - {% include "empty-illustration-page.html" with value="opportunity" url=create_opportunity_url %} + {% include "empty-illustration-page.html" with value=empty_state_value url=create_opportunity_url %} {% endif %} {% block customJS %}