diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-10-02 18:28:02 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-10-12 15:33:54 -0400 |
commit | 5b633d9cd0557c8a4f72bb83ed1a15a396c46ff0 (patch) | |
tree | f7b54f061c2d1b8747432344dd40ca9be3a614be /python | |
parent | c254c25822496ce44bd2d203588df9d104c3cb13 (diff) | |
download | fatcat-5b633d9cd0557c8a4f72bb83ed1a15a396c46ff0.tar.gz fatcat-5b633d9cd0557c8a4f72bb83ed1a15a396c46ff0.zip |
fix release type/status typo on release pages
Diffstat (limited to 'python')
-rw-r--r-- | python/fatcat/templates/release_view.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat/templates/release_view.html b/python/fatcat/templates/release_view.html index a4b3e2bb..3c05653b 100644 --- a/python/fatcat/templates/release_view.html +++ b/python/fatcat/templates/release_view.html @@ -35,7 +35,7 @@ {% if release.language != None %} <br><b>Primary Language:</b> <code>{{ release.language }}</code> (<a href="https://www.loc.gov/standards/iso639-2/php/langcodes_name.php?iso_639_1={{ release.language }}">lookup ISO-639 code</a>) {% endif %} -<br>This <i>{{ release.release_status or "unknown-type" }}</i> is a release +<br>This <i>{{ release.release_type or "unknown-type" }}</i> is a release (version) of the work <a href="/work/{{ release.work_id }}"> <code>{{ release.work_id }}</code></a>. There may be other releases (eg, pre-prints, formal publications, etc) linked to the same work. |