From 32cd199b3cdac8950cae6ba16ebbe2adbfc3ae70 Mon Sep 17 00:00:00 2001 From: Dan Braghis <dan.braghis@torchbox.com> Date: Thu, 22 Mar 2018 17:37:53 +0000 Subject: [PATCH] Cleanup --- opentech/apply/funds/templates/funds/tables/table.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/opentech/apply/funds/templates/funds/tables/table.html b/opentech/apply/funds/templates/funds/tables/table.html index 5e1b80f35..194b5cc9d 100644 --- a/opentech/apply/funds/templates/funds/tables/table.html +++ b/opentech/apply/funds/templates/funds/tables/table.html @@ -5,8 +5,6 @@ {{ block.super }} {% with submission=row.record %} - - {# placeholder for example data row #} <tr class="tr tr--child" data-parent-id="{{ row.record.id }}"> <td colspan="{{ table.columns|length }}"> <table class="table table--transparent"> @@ -41,8 +39,7 @@ {% endwith %} {% if row.record.previous %} - {# we have a linked application #} - {# re-render the header row #} + {# we have a linked application, re-render the header row #} <tr class="tr tr--child" data-parent-id="{{ row.record.id }}"> <td colspan="{{ table.columns|length }}"> <table class="table table--transparent"> -- GitLab