aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/templates/file_edit.html
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2021-07-02 12:47:55 -0700
committerBryan Newbold <bnewbold@robocracy.org>2021-07-02 12:48:12 -0700
commit7b512ae14b20cb39079c19f7fb1b6a837b6566dd (patch)
treec52b751f45fb31e5b4c4b9681c54c45d1e26a9bc /python/fatcat_web/templates/file_edit.html
parentdbbeb8dd59b1af23ce481c9c7b64e19c05144889 (diff)
downloadfatcat-7b512ae14b20cb39079c19f7fb1b6a837b6566dd.tar.gz
fatcat-7b512ae14b20cb39079c19f7fb1b6a837b6566dd.zip
web: fix 'file' entity edit form links
Diffstat (limited to 'python/fatcat_web/templates/file_edit.html')
-rw-r--r--python/fatcat_web/templates/file_edit.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat_web/templates/file_edit.html b/python/fatcat_web/templates/file_edit.html
index b7ff1d72..de16e59e 100644
--- a/python/fatcat_web/templates/file_edit.html
+++ b/python/fatcat_web/templates/file_edit.html
@@ -4,7 +4,7 @@
{% block body %}
{% block edit_form_prefix %}
-{{ edit_macros.edit_link_bar(entity_type, existing_ident) }}
+{{ edit_macros.edit_link_bar('file', existing_ident, 'form') }}
<div class="ui segment">
<h1 class="ui header">Edit File Entity</h1>