From 973c426195c71980dbaa1b8c4df79d6d2d2f9703 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 27 Jan 2025 11:49:35 -0600 Subject: Name fields. Provide action to form. --- uploader/templates/phenotypes/edit-phenotype.html | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) (limited to 'uploader/templates/phenotypes') diff --git a/uploader/templates/phenotypes/edit-phenotype.html b/uploader/templates/phenotypes/edit-phenotype.html index f35b516..ddb5aae 100644 --- a/uploader/templates/phenotypes/edit-phenotype.html +++ b/uploader/templates/phenotypes/edit-phenotype.html @@ -33,13 +33,22 @@

Basic metadata

+ class="form-horizontal" + method="POST" + action="{{url_for( + 'species.populations.phenotypes.edit_phenotype_data', + species_id=species.SpeciesId, + population_id=population.Id, + dataset_id=dataset.Id, + xref_id=xref_id)}}"> +
@@ -51,6 +60,7 @@
@@ -62,6 +72,7 @@
@@ -73,6 +84,7 @@
@@ -84,6 +96,7 @@
@@ -95,8 +108,10 @@
+ required="required" + value="{{phenotype['Units']}}" />
@@ -104,7 +119,7 @@
-- cgit v1.2.3