From 316b25455a6fc96023ac8457ec53fad3777d79af Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 13 Oct 2021 16:46:02 -0700 Subject: web: container lookup and display features --- python/fatcat_web/templates/container_view.html | 4 ++-- 1 file changed, 2 insertions(+), 2 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 ddad07ae..e1c49197 100644 --- a/python/fatcat_web/templates/container_view.html +++ b/python/fatcat_web/templates/container_view.html @@ -89,8 +89,8 @@ {% endif %}
- Type  {{ container.container_type or 'Unknown' }} - Status  {{ container.publication_status or 'Unknown' }} + Type  {{ container.container_type or 'unknown' }}
+ Status  {{ container.publication_status or 'Unknown' }}
{% if container.issnl != None or container.issne != None or container.issnp != None or container.wikidata_qid != None %} -- cgit v1.2.3