Skip to content

Commit 3cb92e3

Browse files
committed
Version: 1.1.2
1 parent b217fa2 commit 3cb92e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

GCard/payment/templates/payment/home.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ <h1>GCARD ~ EW2C</h1>
4040
<div class="product-grid__product-wrapper">
4141
<div class="product-grid__product">
4242
<div class="product-grid__img-wrapper">
43-
<img src="{{ obj.image }}" alt="{{obj.title|title}}" class="product-grid__img" />
43+
<img src="{{ obj.image }}" alt="{{obj.title}}" class="product-grid__img" />
4444
</div>
45-
<span class="product-grid__title">{{obj.title|title}}</span>
45+
<span class="product-grid__title">{{obj.title}}</span>
4646
<span class="product-grid__price">{{obj.price}} TL</span>
4747
<div class="product-grid__extend-wrapper">
4848
<div class="product-grid__extend">

0 commit comments

Comments
 (0)