From 2186892ec1799bfbcd412f870476b91fc7585096 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Sat, 25 Jan 2025 07:53:03 -0600 Subject: Use "GET" requests for phenotype actions. --- uploader/templates/phenotypes/view-phenotype.html | 52 ++++++++++------------- 1 file changed, 22 insertions(+), 30 deletions(-) diff --git a/uploader/templates/phenotypes/view-phenotype.html b/uploader/templates/phenotypes/view-phenotype.html index 18ac202..b42f680 100644 --- a/uploader/templates/phenotypes/view-phenotype.html +++ b/uploader/templates/phenotypes/view-phenotype.html @@ -16,7 +16,7 @@ species_id=species.SpeciesId, population_id=population.Id, dataset_id=dataset.Id, - xref_id=xref_id)}}">View Datasets + xref_id=xref_id)}}">View Phenotype {%endblock%} @@ -62,36 +62,28 @@ {%if "group:resource:edit-resource" in privileges or "group:resource:delete-resource" in privileges%}