diff --git a/hub/services/templates/services/service_list.html b/hub/services/templates/services/service_list.html index f21f420..38b6be5 100644 --- a/hub/services/templates/services/service_list.html +++ b/hub/services/templates/services/service_list.html @@ -1,138 +1,178 @@ {% extends 'services/base.html' %} {% block content %} -
Discover our service catalog
+ {% for category in service.categories.all %} + {{ category.full_path }} + {% endfor %} +
+{{ service.description|safe|truncatewords:30 }}
+