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/load-phenotypes-success.html | |
| parent | b40f14bb409d54fda957e2d8269f1bc86bd34e58 (diff) | |
| download | gn-uploader-3e50c29359da9cdd02ca585ae900ccb2e0f8668a.tar.gz | |
Phenotypes: Move feature to new UI templates.
Diffstat (limited to 'uploader/templates/phenotypes/load-phenotypes-success.html')
| -rw-r--r-- | uploader/templates/phenotypes/load-phenotypes-success.html | 20 |
1 files changed, 2 insertions, 18 deletions
diff --git a/uploader/templates/phenotypes/load-phenotypes-success.html b/uploader/templates/phenotypes/load-phenotypes-success.html index 645be16..1fb0e61 100644 --- a/uploader/templates/phenotypes/load-phenotypes-success.html +++ b/uploader/templates/phenotypes/load-phenotypes-success.html @@ -1,26 +1,14 @@ {%extends "phenotypes/base.html"%} {%from "flash_messages.html" import flash_all_messages%} {%from "macro-table-pagination.html" import table_pagination%} -{%from "phenotypes/macro-display-pheno-dataset-card.html" import display_pheno_dataset_card%} {%block title%}Phenotypes{%endblock%} {%block pagetitle%}Phenotypes{%endblock%} -{%block lvl4_breadcrumbs%} -<li {%if activelink=="load-phenotypes-success"%} - class="breadcrumb-item active" - {%else%} - class="breadcrumb-item" - {%endif%}> - <a href="{{url_for('species.populations.phenotypes.add_phenotypes', - species_id=species.SpeciesId, - population_id=population.Id, - dataset_id=dataset.Id)}}">Add Phenotypes</a> -</li> -{%endblock%} - {%block contents%} +{{super()}} + <div class="row"> <p>You have successfully loaded <!-- maybe indicate the number of phenotypes here? -->your @@ -34,9 +22,5 @@ </div> {%endblock%} -{%block sidebarcontents%} -{{display_pheno_dataset_card(species, population, dataset)}} -{%endblock%} - {%block more_javascript%}{%endblock%} |
