Skip to content

Commit e2c74af

Browse files
committed
#1157 tidy trailing space note_to_buyer_message
1 parent 60ea356 commit e2c74af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • subscribie/blueprints/admin/templates/admin

subscribie/blueprints/admin/templates/admin/edit.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)