This adds back an END tag in the boostrap copy_table.tt2
that got lost.
Note that in order to fully test this in bootstrap, I had to
add the fix included here as well:
https://bugs.launchpad.net/evergreen/+bug/
1916085
Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Signed-off-by: Jason Etheridge <jason@EquinoxInitiative.org>
<th scope='col'>[% l("Due Date") %]</th>
[%- IF ctx.use_courses %]
<th scope='col'>[% l("Courses") %]</th>
+ [%- END %]
[%- IF ctx.geo_sort && ctx.has_valid_coords %]
<th scope='col'>[% l("Distance") %]</th>
[%- END %]