From 28686e077af772d6e4b1848c72b97ab8a3f23348 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 3 Nov 2025 14:12:58 -0600 Subject: Replace population descriptions with links to info.genenetwork.org We no longer use the Description field in the database directly. Instead, the details on populations are in info.genenetwork.org and therefore, it makes more sense to link to specific pages there than attempt reproducing the features here. --- uploader/templates/populations/list-populations.html | 7 +++++-- uploader/templates/populations/view-population.html | 6 ++++-- 2 files changed, 9 insertions(+), 4 deletions(-) (limited to 'uploader') diff --git a/uploader/templates/populations/list-populations.html b/uploader/templates/populations/list-populations.html index f780e94..a092e34 100644 --- a/uploader/templates/populations/list-populations.html +++ b/uploader/templates/populations/list-populations.html @@ -54,7 +54,7 @@ Name Full Name - Description + Information @@ -71,7 +71,10 @@ {{population.FullName}} - {{population.Description}} + info {%else%} diff --git a/uploader/templates/populations/view-population.html b/uploader/templates/populations/view-population.html index b23caeb..3b9661b 100644 --- a/uploader/templates/populations/view-population.html +++ b/uploader/templates/populations/view-population.html @@ -42,8 +42,10 @@
Family
{{population.Family}}
-
Description
-
{{population.Description or "-"}}
+
Information
+
Population Information
-- cgit 1.4.1