From 7ace218d64845fcb09dd377562d12c99c2987ea4 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Tue, 17 Mar 2026 14:24:04 -0500 Subject: Species: Improve UI text, and fix minor bug. --- uploader/templates/index.html | 2 +- uploader/templates/species/base.html | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/uploader/templates/index.html b/uploader/templates/index.html index b45b61c..4b15eb1 100644 --- a/uploader/templates/index.html +++ b/uploader/templates/index.html @@ -20,7 +20,7 @@
Create a new Species + title="Add a new species to Genenetwork.">add a new Species
{%endmacro%} diff --git a/uploader/templates/species/base.html b/uploader/templates/species/base.html index a7c1a8f..3be79f0 100644 --- a/uploader/templates/species/base.html +++ b/uploader/templates/species/base.html @@ -2,9 +2,11 @@ {%block breadcrumbs%} {{super()}} +{%if species%} +{%endif%} {%endblock%} -- cgit 1.4.1