diff options
author | Munyoki Kilyungi | 2023-06-06 12:38:35 +0300 |
---|---|---|
committer | BonfaceKilz | 2023-06-06 13:41:58 +0300 |
commit | c18f1ecfe8bd7e882461656b04e4427d44da253c (patch) | |
tree | 32c24a6be87b266f7ef114325b4b72e2e3bbf5fe /wqflask | |
parent | be9b33065c5a424b4d67c43a96b15e4e12bafbd4 (diff) | |
download | genenetwork2-c18f1ecfe8bd7e882461656b04e4427d44da253c.tar.gz |
Put metadata name in a new line
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'wqflask')
-rw-r--r-- | wqflask/wqflask/templates/dataset.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wqflask/wqflask/templates/dataset.html b/wqflask/wqflask/templates/dataset.html index 08a317ad..f5ca7cf0 100644 --- a/wqflask/wqflask/templates/dataset.html +++ b/wqflask/wqflask/templates/dataset.html @@ -37,6 +37,7 @@ <h1> {% if metadata.publicationTitle %} <u>{{ metadata.publicationTitle}}</u> + <br/> <small>({{ metadata.title or metadata.name}})</small> {% else %} {{ name }} |