diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2020-02-19 17:32:27 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2020-02-19 17:32:27 -0800 |
commit | f6ef597e3fb9b6f89dc054960725a2cfb7ded851 (patch) | |
tree | 622d225509d94bf3a76c1fd731d5a874e9a23cc0 /python/fatcat_web/templates | |
parent | 64d3c5475921a8024b083558ca96bb15e27f48c1 (diff) | |
parent | 016d6d28c24f616897bdb7587205cfe2cc32ec89 (diff) | |
download | fatcat-f6ef597e3fb9b6f89dc054960725a2cfb7ded851.tar.gz fatcat-f6ef597e3fb9b6f89dc054960725a2cfb7ded851.zip |
Merge branch 'bnewbold-shadow-import'
Diffstat (limited to 'python/fatcat_web/templates')
-rw-r--r-- | python/fatcat_web/templates/release_view.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/python/fatcat_web/templates/release_view.html b/python/fatcat_web/templates/release_view.html index 83ecd1c8..961b4759 100644 --- a/python/fatcat_web/templates/release_view.html +++ b/python/fatcat_web/templates/release_view.html @@ -196,8 +196,9 @@ </tbody> </table> {% else %} -<p>There are no known files associated with this release (you could try -<a href="/work/{{ release.work_id }}">other releases for this work?</a>). +<p>There are no accessible files associated with this release. You could check +<a href="/work/{{ release.work_id }}">other releases for this work</a> for an +accessible version. {% endif %} {% endif %} |