aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMunyoki Kilyungi2022-08-08 14:57:07 +0300
committerBonfaceKilz2022-08-09 08:28:08 +0300
commit91441796bd4ff36711804ee404e7870709d212dd (patch)
tree77e3562fa858e4badeef1a449bfb8709c575604a
parent48fb05cbfb00eb8d07235bc277e87678b78123e7 (diff)
downloadgenenetwork2-91441796bd4ff36711804ee404e7870709d212dd.tar.gz
Display the probeset name in the editing form
* wqflask/wqflask/templates/edit_probeset.html: Add probeset.name to the h1 tag.
-rw-r--r--wqflask/wqflask/templates/edit_probeset.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/templates/edit_probeset.html b/wqflask/wqflask/templates/edit_probeset.html
index c64a5f93..6c068e63 100644
--- a/wqflask/wqflask/templates/edit_probeset.html
+++ b/wqflask/wqflask/templates/edit_probeset.html
@@ -4,7 +4,7 @@
<!-- Start of body -->
<div class="container">
<div class="page-header text-left">
- <h1>Probeset Editing Form:</h1>
+ <h1>Probeset Editing Form: {{ probeset.name }}</h1>
<small><a href="{{url_for('metadata_edit.show_history', name=name)}}" target="_blank">[View History]</a></small>
</div>
<form id="edit-form" class="container form-horizontal" method="post" action="/datasets/traits/{{ name }}?resource-id={{ resource_id }}" enctype='multipart/form-data'>