diff --git a/census/views/includes/dataviews/table_slice_dataset.html b/census/views/includes/dataviews/table_slice_dataset.html index cf23b0bf..4ea1c0d6 100644 --- a/census/views/includes/dataviews/table_slice_dataset.html +++ b/census/views/includes/dataviews/table_slice_dataset.html @@ -56,7 +56,7 @@ {% set answer = entry.getAnswerValueForQuestion(question) %} {% set pass = 'yes' if question.pass(answer) else 'no' %} {% endif %} -
  •  
  • +
  •  
  • {% endfor %} diff --git a/census/views/includes/dataviews/table_slice_place.html b/census/views/includes/dataviews/table_slice_place.html index 22089766..7749bd85 100644 --- a/census/views/includes/dataviews/table_slice_place.html +++ b/census/views/includes/dataviews/table_slice_place.html @@ -61,7 +61,7 @@ {% set answer = entry.getAnswerValueForQuestion(question) %} {% set pass = 'yes' if question.pass(answer) else 'no' %} {% endif %} -
  •  
  • +
  •  
  • {% endfor %}