From 7f85ecea4e5a844ad78d129ed0b32a759ca7c1ad Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 21 Sep 2021 22:26:07 -0700 Subject: add GET w/ query params to reference match endpoint (and JSON version) --- python/fatcat_web/templates/reference_match.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'python/fatcat_web/templates') diff --git a/python/fatcat_web/templates/reference_match.html b/python/fatcat_web/templates/reference_match.html index f2335f52..08ab33fc 100644 --- a/python/fatcat_web/templates/reference_match.html +++ b/python/fatcat_web/templates/reference_match.html @@ -83,7 +83,9 @@ {% if match.access_options %} {{ match.access_options[0].access_type.name }} - {% endif %} + {% else %} + no fulltext + {% endif %} {% endfor %} -- cgit v1.2.3