diff options
author | BonfaceKilz | 2021-12-22 12:41:55 +0300 |
---|---|---|
committer | BonfaceKilz | 2022-01-05 17:05:41 +0300 |
commit | 9944596f6873807c780e8939143f9d35b05d220b (patch) | |
tree | 1218befffde292064e3edd86dba085c1c35620cc | |
parent | 4beef23e2f554b0a290a2f913b87c05507a981fe (diff) | |
download | genenetwork2-9944596f6873807c780e8939143f9d35b05d220b.tar.gz |
Make "Files for approval:" text a "h2"
-rw-r--r-- | wqflask/wqflask/templates/display_files.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/templates/display_files.html b/wqflask/wqflask/templates/display_files.html index c8c446ba..5fad5d14 100644 --- a/wqflask/wqflask/templates/display_files.html +++ b/wqflask/wqflask/templates/display_files.html @@ -19,8 +19,8 @@ <div class="container"> {% if waiting %} + <h2>Files for approval:</h2> <div class="row"> - Files for approval: <div class="col-md-7"> <table class="table table-hover table-striped cell-border"> <thead> |