From 9db7c8daeba08c19ee8d802875a2e4a434d81296 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Wed, 18 Feb 2026 09:54:52 -0600 Subject: Make dataset name not editable. --- uploader/templates/phenotypes/create-dataset.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'uploader') diff --git a/uploader/templates/phenotypes/create-dataset.html b/uploader/templates/phenotypes/create-dataset.html index c527476..6eced05 100644 --- a/uploader/templates/phenotypes/create-dataset.html +++ b/uploader/templates/phenotypes/create-dataset.html @@ -48,7 +48,8 @@ {%else%} class="form-control" {%endif%} - required="required" /> + required="required" + disabled="disabled" />

A short representative name for the dataset.

Recommended: Use the population name and append "Publish" at the end. -- cgit 1.4.1