diff options
-rw-r--r-- | wqflask/wqflask/templates/edit_phenotype.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/templates/edit_phenotype.html b/wqflask/wqflask/templates/edit_phenotype.html index 3c4bbf71..c49aeb4a 100644 --- a/wqflask/wqflask/templates/edit_phenotype.html +++ b/wqflask/wqflask/templates/edit_phenotype.html @@ -13,7 +13,7 @@ {% endwith %} <div class="container"> <div class="page-header text-left"> - <h1>Trait Metadata and Data Editing Form</h1> + <h1>Trait Metadata and Data Editing Form: {{ name }}</h1> <small><a href="{{url_for('metadata_edit.show_history', dataset_id=dataset_id, name=name)}}" target="_blank">[View History]</a></small> </div> |