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 @@ -207,7 +207,7 @@ <h2 class="text-center text-dark mb-3">Edit Plans</h2>
207207
208208 < div class ="form-group extra_fields " id ="message ">
209209 < label for ="note_to_buyer_message-{{ loop.index0 }} " class ="col-form-label font-weight-bolder "> Message for the customer</ label >
210- < textarea class ="form-control " id ="note_to_buyer_message-{{ loop.index0 }} " name ="note_to_buyer_message-{{ loop.index0 }} "> {{ plan.requirements.note_to_buyer_message }} </ textarea >
210+ < textarea class ="form-control " id ="note_to_buyer_message-{{ loop.index0 }} " name ="note_to_buyer_message-{{ loop.index0 }} "> {{ plan.requirements.note_to_buyer_message }}</ textarea >
211211 < small class ="form-text text-muted ">
212212 This message will be shown during checkout to the customer
213213 </ small >
You can’t perform that action at this time.
0 commit comments