From e994a879c7e9f6d0a02603ccfa1476cd07a6cffc Mon Sep 17 00:00:00 2001
From: Frederick Muriuki Muriithi
Date: Tue, 10 Dec 2024 15:46:58 -0600
Subject: UI: Remove extraneous text in "View*" pages.
---
uploader/templates/phenotypes/view-dataset.html | 2 +-
uploader/templates/populations/view-population.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
(limited to 'uploader/templates')
diff --git a/uploader/templates/phenotypes/view-dataset.html b/uploader/templates/phenotypes/view-dataset.html
index b136bb6..66de5d8 100644
--- a/uploader/templates/phenotypes/view-dataset.html
+++ b/uploader/templates/phenotypes/view-dataset.html
@@ -16,7 +16,7 @@
View Datasets
+ dataset_id=dataset.Id)}}">View
{%endblock%}
diff --git a/uploader/templates/populations/view-population.html b/uploader/templates/populations/view-population.html
index 1e2964e..14e5926 100644
--- a/uploader/templates/populations/view-population.html
+++ b/uploader/templates/populations/view-population.html
@@ -15,7 +15,7 @@
{%endif%}>
view population
+ population_id=population.InbredSetId)}}">view
{%endblock%}
--
cgit v1.2.3