~alextee/zrythm-web

d3d31c7109839830bc564b3adc88363bece3ad23 — Alexandros Theodotou 1 year, 3 months ago 9ea30af master
direct purchases to product selection
1 files changed, 3 insertions(+), 3 deletions(-)

M template/download.html.j2
M template/download.html.j2 => template/download.html.j2 +3 -3
@@ 90,7 90,7 @@ GNU Affero General Public License for more details.
                <li class="downloads__feature">{{ _('Web & PDF user manual') }}</li>
                <li class="downloads__feature">v{{ version }}</li>
            </ul>
            <a href="{{ localized_accounts_url }}/products/single/view" class="downloads__btn btn btn--tertiary">{{ _('Purchase') }}</a>
            <a href="{{ localized_accounts_url }}/products/selection" class="downloads__btn btn btn--tertiary">{{ _('Purchase') }}</a>
        </div>

        <div class="downloads__card">


@@ 102,7 102,7 @@ GNU Affero General Public License for more details.
                <li class="downloads__feature">{{ _('Web & PDF user manual') }}</li>
                <li class="downloads__feature">{{ _('Access to all v1 releases') }}</li>
            </ul>
            <a href="{{ localized_accounts_url }}/products/bundle/view" class="downloads__btn btn btn--primary">{{ _('Purchase') }}</a>
            <a href="{{ localized_accounts_url }}/products/selection" class="downloads__btn btn btn--primary">{{ _('Purchase') }}</a>
        </div>

        <div class="downloads__card">


@@ 115,7 115,7 @@ GNU Affero General Public License for more details.
                <li class="downloads__feature">{{ _('Access to all releases') }}</li>
                <li class="downloads__feature">{{ _('Access to nightly builds') }}</li>
            </ul>
            <a href="{{ localized_accounts_url }}/products/subscription/view" class="downloads__btn btn btn--secondary">{{ _('Subscribe') }}</a>
            <a href="{{ localized_accounts_url }}/products/selection" class="downloads__btn btn btn--secondary">{{ _('Subscribe') }}</a>
        </div>
    </div>
    {% if currency_for_locale != 'JPY' %}