diff options
author | Frederick Muriuki Muriithi | 2024-09-09 10:48:29 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-09-09 10:48:29 -0500 |
commit | 707c715d1e336ee45bdcced031881ed603b9297a (patch) | |
tree | 9f4b39c20d595be5c531c70d001f932676342a46 /uploader/templates/species/view-species.html | |
parent | b74911f15a9f9a9ff3cca0e25fcd761bf41652b5 (diff) | |
download | gn-uploader-707c715d1e336ee45bdcced031881ed603b9297a.tar.gz |
Display species details in populations views.
Diffstat (limited to 'uploader/templates/species/view-species.html')
-rw-r--r-- | uploader/templates/species/view-species.html | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/uploader/templates/species/view-species.html b/uploader/templates/species/view-species.html index bf5f0c1..6942168 100644 --- a/uploader/templates/species/view-species.html +++ b/uploader/templates/species/view-species.html @@ -5,19 +5,6 @@ {%block pagetitle%}View Species{%endblock%} -{%block css%} -<style type="text/css"> - .card { - margin-top: 0.3em; - border-width: 1px; - border-style: solid; - border-radius: 0.3em; - border-color: #AAAAAA; - padding: 0.5em; - } -</style> -{%endblock%} - {%block lvl2_breadcrumbs%} <li {%if activelink=="view-species"%} class="breadcrumb-item active" |