diff --git a/core/templates/ui/drilldown/table_results_partial.html b/core/templates/ui/drilldown/table_results_partial.html index 0c4a7c2..cd7aa35 100644 --- a/core/templates/ui/drilldown/table_results_partial.html +++ b/core/templates/ui/drilldown/table_results_partial.html @@ -19,12 +19,12 @@ {% if column.is_ordered %} {% is_descending column.order_by as descending %} {% if descending %} - + {% else %} - + {% endif %} {% else %} - + {% endif %}