diff options
-rw-r--r-- | wqflask/wqflask/templates/dataset.html | 6 |
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> |