about summary refs log tree commit diff
path: root/uploader/templates/platforms/list-platforms.html
diff options
context:
space:
mode:
Diffstat (limited to 'uploader/templates/platforms/list-platforms.html')
-rw-r--r--uploader/templates/platforms/list-platforms.html7
1 files changed, 1 insertions, 6 deletions
diff --git a/uploader/templates/platforms/list-platforms.html b/uploader/templates/platforms/list-platforms.html
index 718dd1d..db14745 100644
--- a/uploader/templates/platforms/list-platforms.html
+++ b/uploader/templates/platforms/list-platforms.html
@@ -1,6 +1,5 @@
 {%extends "platforms/base.html"%}
 {%from "flash_messages.html" import flash_all_messages%}
-{%from "species/macro-display-species-card.html" import display_species_card%}
 
 {%block title%}Platforms — List Platforms{%endblock%}
 
@@ -58,7 +57,7 @@
   <table class="table">
     <thead>
       <tr>
-        <th>#</th>
+        <th></th>
         <th>Platform Name</th>
         <th><a href="https://www.ncbi.nlm.nih.gov/geo/browse/?view=platforms&tax={{species.TaxonomyId}}"
                title="Gene Expression Omnibus: Platforms section"
@@ -87,7 +86,3 @@
   {%endif%}
 </div>
 {%endblock%}
-
-{%block sidebarcontents%}
-{{display_species_card(species)}}
-{%endblock%}