diff --git a/templates/crm/leads/lead_detail.html b/templates/crm/leads/lead_detail.html index 81f1d43d..81e5c73a 100644 --- a/templates/crm/leads/lead_detail.html +++ b/templates/crm/leads/lead_detail.html @@ -135,14 +135,14 @@ -
+

{{ _("Activities") }} ({{ activities.count}})

@@ -245,7 +245,6 @@ "> -
@@ -357,7 +356,7 @@ Send draft - {% endfor %} + {% endfor %}
diff --git a/templates/sales/invoices/invoice_preview.html b/templates/sales/invoices/invoice_preview.html index c1115c63..b3b1a55f 100644 --- a/templates/sales/invoices/invoice_preview.html +++ b/templates/sales/invoices/invoice_preview.html @@ -101,7 +101,9 @@
- Dealer Logo + {% if dealer.logo %} + Dealer Logo + {% endif %}
diff --git a/templates/sales/payments/payment_form.html b/templates/sales/payments/payment_form.html index bd897edb..3db3b7ed 100644 --- a/templates/sales/payments/payment_form.html +++ b/templates/sales/payments/payment_form.html @@ -23,11 +23,11 @@ {% endif %}
{% if model %} -
+ {% endif %} {% csrf_token %} {{ form|crispy }} - +