We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c520ca commit 2f875b6Copy full SHA for 2f875b6
app/retail/templates/products.html
@@ -60,7 +60,6 @@
60
</span>
61
<span class=" mb-2 product-heading">{{ product.heading }}</span>
62
<span class="mb-4 product-desc">{{ product.description }}</span>
63
- <span class="mb-4 tag">{{ product.service_level }}</span>
64
{% if product.link %}
65
<a href="{{ product.link }}" class="button button-{{ product.name }} text-center display-5">
66
{% trans "Get Started" %}
@@ -81,7 +80,6 @@
81
80
82
<span class="mb-2 product-heading">{{ product.heading }}</span>
83
84
85
86
87
0 commit comments