diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2020-03-28 23:14:25 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2020-03-28 23:14:25 -0700 |
commit | 48cc4c85008bb3fa2751c042112467c7e60a96aa (patch) | |
tree | 311e4c1ff88c3df39dfc2c1482a13af0b35bcc94 /python/fatcat_web/templates | |
parent | 4d484c18add7d6ac05a28e9fb0ca01298381ed41 (diff) | |
download | fatcat-48cc4c85008bb3fa2751c042112467c7e60a96aa.tar.gz fatcat-48cc4c85008bb3fa2751c042112467c7e60a96aa.zip |
web: small corrections to subtitle/original_name
Diffstat (limited to 'python/fatcat_web/templates')
-rw-r--r-- | python/fatcat_web/templates/entity_base.html | 4 |
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 }} |