From bdb1e6c42317c8ea9d2152896e308203ecd3ac3e Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 21 Jan 2019 12:03:42 -0800 Subject: remove coden and abbrev from python tools --- python/fatcat_web/templates/container_view.html | 6 ------ 1 file changed, 6 deletions(-) (limited to 'python/fatcat_web/templates/container_view.html') diff --git a/python/fatcat_web/templates/container_view.html b/python/fatcat_web/templates/container_view.html index 29f0b9d9..4a175a5d 100644 --- a/python/fatcat_web/templates/container_view.html +++ b/python/fatcat_web/templates/container_view.html @@ -15,12 +15,6 @@

Publisher: {% if container.publisher != None %}{{ container.publisher }}{% else %}Unknown{% endif %} -{% if container.coden != None %} -
CODEN?:  {{ container.coden }} -{% endif %} -{% if container.abbrev != None %} -
Abbrev.:  {{ container.abbrev }} -{% endif %} {% if (container.extra != None) and (container.extra['url'] != None) and (container.extra['url']|length > 0) %}
Homepage:  {{ container.extra['url'] }} {% endif %} -- cgit v1.2.3