diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-01-21 22:25:21 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-01-21 22:25:21 -0800 |
commit | 39fc53dd8de38f5b6a666e6eb9e0b9a0e210946c (patch) | |
tree | 1a3a0540f750a669488087edaae9039b7d039202 /fatcat_scholar/templates/help.html | |
parent | 45000e5d24cd7775980d7c30632b89fdc4eb34ff (diff) | |
download | fatcat-scholar-39fc53dd8de38f5b6a666e6eb9e0b9a0e210946c.tar.gz fatcat-scholar-39fc53dd8de38f5b6a666e6eb9e0b9a0e210946c.zip |
doi domain display: handle /help page
Diffstat (limited to 'fatcat_scholar/templates/help.html')
-rw-r--r-- | fatcat_scholar/templates/help.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fatcat_scholar/templates/help.html b/fatcat_scholar/templates/help.html index df514e3..5b8ddc2 100644 --- a/fatcat_scholar/templates/help.html +++ b/fatcat_scholar/templates/help.html @@ -128,11 +128,11 @@ apply range queries like <code>year:>1989 year:<2000</code>.{% endtrans %} <td>{% trans %}Digitized copies of works on microfilm may be linked to experimentally. Access may be limited to controlled lending{% endtrans %}</td> </tr> <tr> - <td>{{ search_macros.doi_access_button({'doi': '#'}, is_oa=False) }}</td> + <td>{{ search_macros.doi_access_button({'biblio': {'doi': '#'}}, is_oa=False) }}</td> <td>{% trans %}A publisher landing page is the authoriative source for the "version of record" of a research publication, but content is not always accessible to the general public{% endtrans %}</td> </tr> <tr> - <td>{{ search_macros.doi_access_button({'doi': '#'}, is_oa=True) }}</td> + <td>{{ search_macros.doi_access_button({'biblio': {'doi': '#'}}, is_oa=True) }}</td> <td>{% trans %}When the work is from an Open Access publication (sometimes known as "Gold" or "Diamond" OA), and the publisher is expected to provide access to all readers, the button has an orange "unlocked" icon{% endtrans %}</td> </tr> <tr> |