Fix typo in product template

This commit is contained in:
fnux 2020-02-06 11:29:56 +01:00
parent b30b65f690
commit 8d5d0950c4
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@
<div class="card-body">
<h5 class="card-title">{{ this.offer3_title }}</h5>
<p class="card-text">{{ this.offer3_text }}</p>
j <a href="{{ this.offer3_link }}" class="btn btn-primary">Order</a>
<a href="{{ this.offer3_link }}" class="btn btn-primary">Order</a>
</div>
</div>
{% endif %}