diff options
-rw-r--r-- | python/fatcat_web/templates/container_view.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat_web/templates/container_view.html b/python/fatcat_web/templates/container_view.html index e1c49197..138c943e 100644 --- a/python/fatcat_web/templates/container_view.html +++ b/python/fatcat_web/templates/container_view.html @@ -90,7 +90,7 @@ <div class="ui segment attached"> <b>Type</b> <code>{{ container.container_type or 'unknown' }}</code><br> - <b>Status</b> <code>{{ container.publication_status or 'Unknown' }}</code><br> + <b>Status</b> <code>{{ container.publication_status or 'unknown' }}</code><br> </div> {% if container.issnl != None or container.issne != None or container.issnp != None or container.wikidata_qid != None %} |