From 57e6f324c7435a312fc8d880eaaaae9bf4f3c471 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 1 Jul 2019 13:57:42 -0700 Subject: show release original_title in header --- python/fatcat_web/templates/entity_base.html | 3 +++ 1 file changed, 3 insertions(+) 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 %}
{{ entity.subtitle }} {% endif %} + {% if entity.original_title %} +
{{ entity.original_title }} + {% endif %} {% endif %} -- cgit v1.2.3