diff --git a/network-api/networkapi/wagtailpages/templates/buyersguide/product_page.html b/network-api/networkapi/wagtailpages/templates/buyersguide/product_page.html index c79b0d30e18..2714852f35a 100644 --- a/network-api/networkapi/wagtailpages/templates/buyersguide/product_page.html +++ b/network-api/networkapi/wagtailpages/templates/buyersguide/product_page.html @@ -271,7 +271,7 @@

{% trans "Company contact info" %}

{% if product.updates.count > 0 %} -

{% trans "Updates" %}

+

{% trans "News" %}

{% endif %} {% if product.updates.count > 0 %}
@@ -287,11 +287,6 @@

{% trans "Updates" %}

{% endif %} - {% if use_commento %} -

{% trans "Comments" %}

-
- {% endif %} -

{% trans "Related products" %}

{% for related_product_page in product.related_product_pages.all %} @@ -317,6 +312,12 @@

{% trans "Related products" %}

{% endwith %} {% endfor %}
+ + {% if use_commento %} +

{% trans "Comments" %}

+
+ {% endif %} +