summaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/templates/entity_base.html
diff options
context:
space:
mode:
Diffstat (limited to 'python/fatcat_web/templates/entity_base.html')
-rw-r--r--python/fatcat_web/templates/entity_base.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/fatcat_web/templates/entity_base.html b/python/fatcat_web/templates/entity_base.html
index 189d52b0..f30df0da 100644
--- a/python/fatcat_web/templates/entity_base.html
+++ b/python/fatcat_web/templates/entity_base.html
@@ -26,8 +26,8 @@
<h1 class="ui header">
{% if entity_type == "container" %}
{{ entity.name }}
- {% if entity.extra.original_title %}
- <br><span style="font-size: smaller; font-weight: normal;">{{ entity.extra.original_title }}</span>
+ {% if entity.extra.original_name %}
+ <br><span style="font-size: smaller; font-weight: normal;">{{ entity.extra.original_name }}</span>
{% endif %}
{% elif entity_type == "creator" %}
{{ entity.display_name }}