Skip to content

Commit 2f875b6

Browse files
committed
updates products page
1 parent 7c520ca commit 2f875b6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/retail/templates/products.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@
6060
</span>
6161
<span class=" mb-2 product-heading">{{ product.heading }}</span>
6262
<span class="mb-4 product-desc">{{ product.description }}</span>
63-
<span class="mb-4 tag">{{ product.service_level }}</span>
6463
{% if product.link %}
6564
<a href="{{ product.link }}" class="button button-{{ product.name }} text-center display-5">
6665
{% trans "Get Started" %}
@@ -81,7 +80,6 @@
8180
</span>
8281
<span class="mb-2 product-heading">{{ product.heading }}</span>
8382
<span class="mb-4 product-desc">{{ product.description }}</span>
84-
<span class="mb-4 tag">{{ product.service_level }}</span>
8583
{% if product.link %}
8684
<a href="{{ product.link }}" class="button button-{{ product.name }} text-center display-5">
8785
{% trans "Get Started" %}

0 commit comments

Comments
 (0)