From 1e1fa46819f85113cbed2d6d4b220025b73c8bda Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Wed, 11 Feb 2026 12:50:03 -0600 Subject: Optionally render breadcrumb if no dataset defined yet. --- uploader/templates/phenotypes/base.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/uploader/templates/phenotypes/base.html b/uploader/templates/phenotypes/base.html index fe7ccd3..5959422 100644 --- a/uploader/templates/phenotypes/base.html +++ b/uploader/templates/phenotypes/base.html @@ -3,6 +3,7 @@ {%block breadcrumbs%} {{super()}} +{%if dataset%} +{%endif%} {%endblock%} {%block contents%} -- cgit 1.4.1