From 7b512ae14b20cb39079c19f7fb1b6a837b6566dd Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 2 Jul 2021 12:47:55 -0700 Subject: web: fix 'file' entity edit form links --- python/fatcat_web/templates/file_edit.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/fatcat_web/templates') 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') }}

Edit File Entity

-- cgit v1.2.3