Skip to content

Commit

Permalink
updates products page
Browse files Browse the repository at this point in the history
  • Loading branch information
owocki committed Jan 14, 2020
1 parent 7c520ca commit 2f875b6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/retail/templates/products.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
</span>
<span class=" mb-2 product-heading">{{ product.heading }}</span>
<span class="mb-4 product-desc">{{ product.description }}</span>
<span class="mb-4 tag">{{ product.service_level }}</span>
{% if product.link %}
<a href="{{ product.link }}" class="button button-{{ product.name }} text-center display-5">
{% trans "Get Started" %}
Expand All @@ -81,7 +80,6 @@
</span>
<span class="mb-2 product-heading">{{ product.heading }}</span>
<span class="mb-4 product-desc">{{ product.description }}</span>
<span class="mb-4 tag">{{ product.service_level }}</span>
{% if product.link %}
<a href="{{ product.link }}" class="button button-{{ product.name }} text-center display-5">
{% trans "Get Started" %}
Expand Down

0 comments on commit 2f875b6

Please sign in to comment.