diff --git a/templates/crm/opportunities/opportunity_detail.html b/templates/crm/opportunities/opportunity_detail.html index 7538b364..a1fb191a 100644 --- a/templates/crm/opportunities/opportunity_detail.html +++ b/templates/crm/opportunities/opportunity_detail.html @@ -764,6 +764,7 @@ {% if perms.inventory.change_opportunity %}
{% endif %} +
{% for activity in opportunity.get_activities %}
@@ -813,6 +814,7 @@
{% endfor %} +
diff --git a/templates/header.html b/templates/header.html index 72e1393a..e40928e3 100644 --- a/templates/header.html +++ b/templates/header.html @@ -445,10 +445,8 @@
{% if user.is_authenticated%} - {{ request.dealer.user.username }} - {% endif %}