Skip to content

Commit

Permalink
Fixed liquid error in vmp-epayment template
Browse files Browse the repository at this point in the history
  • Loading branch information
kl committed Feb 7, 2024
1 parent a353ae5 commit 7e51298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/form/vmp_epayment.liquid
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="container">
<div class="row">
<div class="col-sm-4 col-sm-push-8 col-xs-6 col-xs-push-3">
<img src="{% model.image_path %}" alt="vmp-epayments" title="Vipps MobilePay" style="width:100%">
<img src="{{ model.image_path }}" alt="vmp-epayment" title="Vipps MobilePay" style="width:100%">
</div>
<div class="col-sm-8 col-sm-pull-4 col-xs-12">
<p>{% t When you click the button below, the Vipps-MobilePay window will open %}</p>
Expand Down

0 comments on commit 7e51298

Please sign in to comment.