Merge branch 'release/3.0.9'

This commit is contained in:
Nathan Chapman 2023-01-28 14:33:07 -07:00
commit a289d03245
6 changed files with 9 additions and 5 deletions

View File

@ -28,6 +28,10 @@
<input type="submit" value="Add to cart">
</p>
</form>
<p>
Want your coffee automatically delivered?<br>
<strong><a href="{% url 'storefront:subscription-form' %}">Subscribe and save 10% &rarr;</a></strong>
</p>
</section>
</article>
{% endblock %}

View File

@ -4,7 +4,7 @@
{% block content %}
<div class="site__banner site__banner--site">
<h1>Subscriptions</h1>
<h4>SUBSCRIBE AND SAVE</h4>
<h2>Subscribe and save 10%</h2>
</div>
<article>
<h1>Review your subscription</h1>

View File

@ -8,7 +8,7 @@
{% block content %}
<div class="site__banner site__banner--site">
<h1>Subscriptions</h1>
<h4>SUBSCRIBE AND SAVE</h4>
<h2>Subscribe and save 10%</h2>
</div>
<article>
<header>

View File

@ -8,7 +8,7 @@
{% block content %}
<div class="site__banner site__banner--site">
<h1>Subscriptions</h1>
<h4>SUBSCRIBE AND SAVE</h4>
<h2>Subscribe and save 10%</h2>
</div>
<article>
<section>

View File

@ -8,7 +8,7 @@
{% block content %}
<div class="site__banner site__banner--site">
<h1>Subscriptions</h1>
<h4>SUBSCRIBE AND SAVE</h4>
<h2>Subscribe and save 10%</h2>
</div>
<article>
<section>

View File

@ -9,7 +9,7 @@
{% block content %}
<div class="site__banner site__banner--site">
<h1>Subscriptions</h1>
<h4>SUBSCRIBE AND SAVE</h4>
<h2>SUBSCRIBE AND SAVE 10%</h2>
</div>
<article>
<form id="payment-form">