aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMunyoki Kilyungi2023-11-03 17:55:29 +0300
committerBonfaceKilz2023-11-27 12:32:27 +0300
commit9de0e37b0b1fd11b828c74585b70fa96aa6144d6 (patch)
treee154087e9f561a561f533d204f14a8929686da3f
parent6db545876b3b2d587e8ba95d1f21058930bf8bc9 (diff)
downloadgenenetwork2-9de0e37b0b1fd11b828c74585b70fa96aa6144d6.tar.gz
Update the lead and place-holder copy for dataset search.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
-rw-r--r--wqflask/wqflask/templates/dataset.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/wqflask/wqflask/templates/dataset.html b/wqflask/wqflask/templates/dataset.html
index efbccb4e..8883059d 100644
--- a/wqflask/wqflask/templates/dataset.html
+++ b/wqflask/wqflask/templates/dataset.html
@@ -62,8 +62,8 @@
{% include 'metadata/dataset.html' %}
{% else %}
-<div class="container">
- <p class="lead">We appreciate your interest, but unfortunately, we don't have any additional information available for: <strong>{{ name }}</strong>. If you have any other questions or need assistance with something else, please feel free to reach out to us. In the meantime search for other datasets here:</p>.
+<div class="container dataset-search">
+ <p class="lead">We appreciate your interest, but unfortunately, we don't have any additional information available for: <strong>{{ name }}</strong>. If you have other inquiries or need assistance with something else, please don't hesitate to get in touch with us. <b><i>In the meantime you can explore other datasets here:</i></b></p>.
<!-- Actual search box -->
<div class="search">
@@ -73,7 +73,7 @@
<span class="glyphicon glyphicon-search form-control-feedback"></span>
<input class="form-control"
type="search"
- name="search" placeholder="Begin to search dataset titles...">
+ name="search" placeholder="Start your dataset search here">
</form>
</div>