Skip to content

Commit 8de1210

Browse files
added the division column back
1 parent d39af29 commit 8de1210

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sde_indexing_helper/templates/sde_collections/candidate_urls_list.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ <h3 class="whiteText candidateTitle">
7272
<th scope="col" class="text-center col-1"><div class="header-title">Scraped Title</div></th>
7373
<th scope="col" class="text-center col-1"><div class="header-title">New Title</div></th>
7474
<th scope="col" class="text-center col-1"><div class="header-title">Document Type</div></th>
75+
<th scope="col" class="text-center col-1"><div class="header-title">Division</div></th>
7576
<th scope="col" class="text-center col-1"><div class="header-title">ID</div></th>
7677
<th></th>
7778
<th></th>
@@ -81,7 +82,6 @@ <h3 class="whiteText candidateTitle">
8182
<th scope="col" class="text-center col-1"><div class="header-title">Exclude</div></th>
8283
<th scope="col" class="text-center col-1"><div class="header-title">generated_title</div></th> -->
8384
<!-- {% if is_multi_division %} -->
84-
<!-- <th scope="col" class="text-center col-1"><div class="header-title">Division</div></th> -->
8585
<!-- {% endif %} -->
8686

8787
</tr>
@@ -562,7 +562,7 @@ <h5 class="modal-title">Are you sure?</h5>
562562
<script src="//cdnjs.cloudflare.com/ajax/libs/pdfmake/0.2.7/vfs_fonts.js"></script>
563563
<script src="//cdn.datatables.net/v/bs4/jszip-3.10.1/dt-2.0.5/af-2.7.0/b-3.0.2/b-colvis-3.0.2/b-html5-3.0.2/b-print-3.0.2/cr-2.0.1/fc-5.0.0/fh-4.0.1/kt-2.12.0/r-3.0.2/rg-1.5.0/rr-1.5.0/sc-2.4.1/sp-2.3.1/sl-2.0.1/datatables.min.js"></script>
564564
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery.blockUI/2.70/jquery.blockUI.min.js"></script>
565-
<script src="//cdn.datatables.net/plug-ins/2.0.8/features/inputPaging/dist/dataTables.inputPaging.min.js"></script>
565+
<script src="https://cdn.datatables.net/plug-ins/2.0.8/features/inputPaging/dist/dataTables.inputPaging.min.js"></script>
566566
<script src="{% static 'js/candidate_url_list.js' %}"></script>
567567
<script src="{% static 'js/project.js' %}"></script>
568568
<script src="{% static 'js/core/bootstrap.min.js' %}"></script>

0 commit comments

Comments
 (0)