diff options
Diffstat (limited to 'python')
| -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> | 
