aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat/templates/release_view.html
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2018-09-28 13:37:39 -0700
committerBryan Newbold <bnewbold@robocracy.org>2018-09-28 13:37:39 -0700
commit752fe00dc50c4e6d4627e4fe211d1749399c0eb8 (patch)
tree97bd38c8b471b00b518224bce7e9c4fab4e79fa8 /python/fatcat/templates/release_view.html
parent03961b5019a402ec5706ff43c9fb4d8f903e7369 (diff)
downloadfatcat-752fe00dc50c4e6d4627e4fe211d1749399c0eb8.tar.gz
fatcat-752fe00dc50c4e6d4627e4fe211d1749399c0eb8.zip
lock down editing links/routes for preview
Diffstat (limited to 'python/fatcat/templates/release_view.html')
-rw-r--r--python/fatcat/templates/release_view.html2
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..c86eac75 100644
--- a/python/fatcat/templates/release_view.html
+++ b/python/fatcat/templates/release_view.html
@@ -273,7 +273,7 @@ This release citing other releases.
</div>
<div class="two ui buttons bottom attached">
- <a href="/release/{{ release.ident }}/edit" class="ui blue button">Edit Metadata</a>
+ <a href="/release/{{ release.ident }}/edit" class="ui blue button"><strike>Edit Metadata</strike></a>
<a href="/release/{{ release.ident }}/history" class="ui button">View History</a>
</div>