summaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/routes.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/fatcat_web/routes.py')
-rw-r--r--python/fatcat_web/routes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat_web/routes.py b/python/fatcat_web/routes.py
index 71dadfa1..41027710 100644
--- a/python/fatcat_web/routes.py
+++ b/python/fatcat_web/routes.py
@@ -146,7 +146,7 @@ def container_lookup():
return generic_lookup_view(
'container',
'container_lookup.html',
- ('issnl', 'wikidata_qid'),
+ ('issn', 'issne', 'issnp', 'issnl', 'wikidata_qid'),
lambda p: api.lookup_container(**p))
@app.route('/creator/lookup', methods=['GET'])