From 511ae746d557e8f1e90e2b329929efdc9123fdd4 Mon Sep 17 00:00:00 2001 From: "kush.varade.19" Date: Tue, 7 Jul 2026 12:26:18 +0530 Subject: [PATCH] Create button hidden from enclosed and enclosing --- work/templates/work/component/manif_form.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/work/templates/work/component/manif_form.html b/work/templates/work/component/manif_form.html index c0730aae..a9f26644 100644 --- a/work/templates/work/component/manif_form.html +++ b/work/templates/work/component/manif_form.html @@ -47,7 +47,7 @@

- {% include "core/component/create_update_recref.html" with recref_type='manif' recref_formset=recref_enclosure_manif.update_formset new_form=recref_enclosure_manif.new_form add_label='Add enclosed letter:' hide_create_btn=False no_date=True placeholder='Please select or create enclosed letter, then click Save.' header='LETTERS enclosed in this manifestation:'%} + {% include "core/component/create_update_recref.html" with recref_type='manif' recref_formset=recref_enclosure_manif.update_formset new_form=recref_enclosure_manif.new_form add_label='Add enclosed letter:' hide_create_btn=True no_date=True placeholder='Please select enclosed letter, then click Save.' header='LETTERS enclosed in this manifestation:'%}
@@ -67,7 +67,7 @@
Letters in which this one was enclosed - {% include "core/component/create_update_recref.html" with recref_type='manif' recref_formset=recref_enclosed_manif.update_formset new_form=recref_enclosed_manif.new_form add_label='Add enclosing letter:' hide_create_btn=False no_date=True placeholder='Please select or craate enclosing letter, then click Save.' %} + {% include "core/component/create_update_recref.html" with recref_type='manif' recref_formset=recref_enclosed_manif.update_formset new_form=recref_enclosed_manif.new_form add_label='Add enclosing letter:' hide_create_btn=True no_date=True placeholder='Please select enclosing letter, then click Save.' %}