diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-07-01 13:57:42 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-07-01 13:57:42 -0700 |
commit | 57e6f324c7435a312fc8d880eaaaae9bf4f3c471 (patch) | |
tree | c0ac5d3f1ef54685e7263c528bec63293180e576 | |
parent | 09fed32de8e241687f06c658276567e1bd577947 (diff) | |
download | fatcat-57e6f324c7435a312fc8d880eaaaae9bf4f3c471.tar.gz fatcat-57e6f324c7435a312fc8d880eaaaae9bf4f3c471.zip |
show release original_title in header
-rw-r--r-- | python/fatcat_web/templates/entity_base.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/fatcat_web/templates/entity_base.html b/python/fatcat_web/templates/entity_base.html index 7442e737..bba95d9d 100644 --- a/python/fatcat_web/templates/entity_base.html +++ b/python/fatcat_web/templates/entity_base.html @@ -39,6 +39,9 @@ {% if entity.subtitle %} <br><span style="font-size: smaller; font-weight: normal;">{{ entity.subtitle }}</span> {% endif %} + {% if entity.original_title %} + <br><span style="font-size: smaller; font-weight: normal;">{{ entity.original_title }}</span> + {% endif %} {% endif %} <span class="sub header"> <code> |