From 0d81650b3ee9b5a94969d20afaf40e734d266e88 Mon Sep 17 00:00:00 2001 From: jachamp <28732543+jimchamp@users.noreply.github.com> Date: Mon, 9 Dec 2024 13:54:45 -0800 Subject: [PATCH] Remove redundant subject form inputs --- openlibrary/templates/type/tag/subject/edit.html | 1 - 1 file changed, 1 deletion(-) diff --git a/openlibrary/templates/type/tag/subject/edit.html b/openlibrary/templates/type/tag/subject/edit.html index dfde73f1728..626cace94c5 100644 --- a/openlibrary/templates/type/tag/subject/edit.html +++ b/openlibrary/templates/type/tag/subject/edit.html @@ -16,7 +16,6 @@

$heading

$:render_template("type/tag/tag_form_inputs", page, type_picker_options={"show_picker": True, "subjects_only": True}) - $:render_template("type/tag/subject/edit_form_inputs", page)