diff --git a/apps/theme/templates/greencheck/directory_index.html b/apps/theme/templates/greencheck/directory_index.html index ba35cc9d..d6bfa007 100644 --- a/apps/theme/templates/greencheck/directory_index.html +++ b/apps/theme/templates/greencheck/directory_index.html @@ -28,11 +28,17 @@

{{ obj.name }}

{% if obj.description %} {{ obj.description }} {% else %} - If we had a description it would go here. So we need some graceful fallback copy to replace this. + If we had a description it would go here. So we need some graceful fallback copy to replace this. {% endif %}

@@ -45,7 +51,9 @@

{{ obj.name }}

{% for evidence in obj.public_supporting_evidence %}
  • {{ evidence.title }} -
    {{ evidence.description|linebreaks }}
    +
    + {{ evidence.description|linebreaks }} +
  • {% endfor %}