diff options
| author | Frederick Muriuki Muriithi | 2025-12-29 11:56:58 -0600 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2025-12-29 11:56:58 -0600 |
| commit | 3e50c29359da9cdd02ca585ae900ccb2e0f8668a (patch) | |
| tree | 2568edece571914d3473463b545f1f1ebe89cf35 /uploader/templates/phenotypes/view-phenotype.html | |
| parent | b40f14bb409d54fda957e2d8269f1bc86bd34e58 (diff) | |
| download | gn-uploader-3e50c29359da9cdd02ca585ae900ccb2e0f8668a.tar.gz | |
Phenotypes: Move feature to new UI templates.
Diffstat (limited to 'uploader/templates/phenotypes/view-phenotype.html')
| -rw-r--r-- | uploader/templates/phenotypes/view-phenotype.html | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/uploader/templates/phenotypes/view-phenotype.html b/uploader/templates/phenotypes/view-phenotype.html index 75e3c1e..a69b024 100644 --- a/uploader/templates/phenotypes/view-phenotype.html +++ b/uploader/templates/phenotypes/view-phenotype.html @@ -1,25 +1,10 @@ {%extends "phenotypes/base.html"%} {%from "flash_messages.html" import flash_all_messages%} -{%from "populations/macro-display-population-card.html" import display_population_card%} {%block title%}Phenotypes{%endblock%} {%block pagetitle%}Phenotypes{%endblock%} -{%block lvl4_breadcrumbs%} -<li {%if activelink=="view-phenotype"%} - class="breadcrumb-item active" - {%else%} - class="breadcrumb-item" - {%endif%}> - <a href="{{url_for('species.populations.phenotypes.view_phenotype', - species_id=species.SpeciesId, - population_id=population.Id, - dataset_id=dataset.Id, - xref_id=xref_id)}}">View Phenotype</a> -</li> -{%endblock%} - {%block contents%} {{flash_all_messages()}} @@ -153,7 +138,3 @@ or "group:resource:delete-resource" in privileges%} </div> {%endblock%} - -{%block sidebarcontents%} -{{display_population_card(species, population)}} -{%endblock%} |
