diff options
Diffstat (limited to 'python/fatcat_web/templates')
| -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 437bc071..f30df0da 100644 --- a/python/fatcat_web/templates/entity_base.html +++ b/python/fatcat_web/templates/entity_base.html @@ -26,6 +26,9 @@          <h1 class="ui header">            {% if entity_type == "container" %}              {{ entity.name }} +            {% 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 }}            {% elif entity_type == "file" %}  | 
