diff --git a/hub/services/templates/services/provider_detail.html b/hub/services/templates/services/provider_detail.html index 1ace4cd..ba57a52 100644 --- a/hub/services/templates/services/provider_detail.html +++ b/hub/services/templates/services/provider_detail.html @@ -45,7 +45,7 @@ Price: ${{ service.price }}

- View Details + View Details diff --git a/hub/services/templates/services/service_detail.html b/hub/services/templates/services/service_detail.html index ad76666..594722a 100644 --- a/hub/services/templates/services/service_detail.html +++ b/hub/services/templates/services/service_detail.html @@ -3,12 +3,6 @@ {% block content %}
-
Categories
- {% for category in service.categories.all %} -
- {{ category.full_path }} -
- {% endfor %}
{% if service.logo %} {{ service.name }} logo