File tree Expand file tree Collapse file tree
subscribie/blueprints/admin/templates/admin Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -197,8 +197,7 @@ <h2 class="text-center text-dark mb-3">Edit Plans</h2>
197197 < div class ="form-group ">
198198 < div class ="form-check ">
199199 < input type ="hidden " class ="note_to_seller_required-check " data-id ="{{ loop.index0 }} " name ="note_to_seller_required-{{ loop.index0 }} " value ="no ">
200- < input type ="checkbox " value ="yes " class ="form-check-input toggle " name ="note_to_seller_required-{{ loop.index0 }} " id ="note_to_seller_required-{{ loop.index0 }} " {% if plan.requirements.note_to_seller_required %} checked
201- {% endif %} >
200+ < input type ="checkbox " value ="yes " class ="form-check-input toggle " name ="note_to_seller_required-{{ loop.index0 }} " id ="note_to_seller_required-{{ loop.index0 }} " {% if plan.requirements.note_to_seller_required or plan.requirements.note_to_buyer_message ! = "" %} checked {% endif %} >
202201 < label class ="form-check-label font-weight-bolder " for ="note_to_seller_required-{{ loop.index0 }} "> Require customer note</ label >
203202 </ div >
204203 < small class ="form-text text-muted ">
You can’t perform that action at this time.
0 commit comments