From fa1ad78cd0e00f524221f972889ee32373d7b94e Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 7 Feb 2022 19:51:56 -0800 Subject: container: scholars portal kbart link; unknown type display --- python/fatcat_web/templates/container_view.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'python') diff --git a/python/fatcat_web/templates/container_view.html b/python/fatcat_web/templates/container_view.html index c5f68367..d88b44ab 100644 --- a/python/fatcat_web/templates/container_view.html +++ b/python/fatcat_web/templates/container_view.html @@ -76,7 +76,7 @@ {% if type_row == "_unknown" %} - Unknown + unknown-type {% else %} {{ type_row }} {% endif %} @@ -158,6 +158,8 @@ HathiTrust: {% elif k == "portico" and container.issnl %} Portico: + {% elif k == "scholarsportal" and container.issnl %} + Scholars Portal: {% else %} {{ k }}: {% endif %} -- cgit v1.2.3