about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--wqflask/wqflask/templates/dataset.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/templates/dataset.html b/wqflask/wqflask/templates/dataset.html
index ed895946..a551ee3a 100644
--- a/wqflask/wqflask/templates/dataset.html
+++ b/wqflask/wqflask/templates/dataset.html
@@ -37,7 +37,7 @@
     <h1>
 	{% if metadata.publicationTitle %}
 	<u>{{ metadata.publicationTitle}}</u>
-	<small>({{ metadata.title }})</small>
+	<small>({{ metadata.title or metadata.name}})</small>
         {% else %}
         {{ name }}
         {% endif %}