From ac3a18ce5d944e2120635ed1127475903b7c7580 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 5 Sep 2019 17:03:29 -0700 Subject: container type: journal display as 'Scholarly Journal' --- python/fatcat_web/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/fatcat_web/forms.py') diff --git a/python/fatcat_web/forms.py b/python/fatcat_web/forms.py index 80b1c63d..4a1ca3e7 100644 --- a/python/fatcat_web/forms.py +++ b/python/fatcat_web/forms.py @@ -180,7 +180,7 @@ class ReleaseEntityForm(EntityEditForm): container_type_options = ( ('', 'Unknown (blank)'), - ('journal', 'Journal'), + ('journal', 'Scholarly Journal'), ('proceedings', 'Proceedings'), ('book-series', 'Book Series'), ('blog', 'Blog'), -- cgit v1.2.3