Skip to content

Commit

Permalink
More indent work
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCartpenter committed Jul 10, 2024
1 parent a14db73 commit b189b36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
<label class="col-sm-2 control-label">{{ custom_field.name }}</label>
<div class="col-sm-10">
<button type="button" data-loading-text="{{ text_loading }}" class="btn btn-default" id="button-payment-custom-field{{ custom_field.custom_field_id }}"><i class="fa fa-upload"></i> {{ button_upload }}</button>
<input type="hidden" name="custom_field[{{ custom_field.custom_field_id }}]" value="" id="input-payment-custom-field{{ custom_field.custom_field_id }}"/>
<input type="hidden" name="custom_field[{{ custom_field.custom_field_id }}]" value="" id="input-payment-custom-field{{ custom_field.custom_field_id }}"/>
</div>
</div>
{% endif %}
Expand Down

0 comments on commit b189b36

Please sign in to comment.