Browse Source

update prices

master
parent
commit
0ef51bc0bc
Signed by: alex
GPG Key ID: 022EAE42313D70F3
  1. 6
      template/download.html.j2

6
template/download.html.j2

@ -70,7 +70,7 @@ GNU Affero General Public License for more details. @@ -70,7 +70,7 @@ GNU Affero General Public License for more details.
<div class="downloads__card">
<h4 class="downloads__title header--tertiary">{{ _('Single') }}</h4>
<h2 class="downloads__price">£5</h2>
<h2 class="downloads__price">£10</h2>
<ul class="downloads__features">
<li class="downloads__feature">{{ _('Compiled with all features') }}</li>
<li class="downloads__feature">{{ _('Bundled plugins (all)') }}</li>
@ -82,7 +82,7 @@ GNU Affero General Public License for more details. @@ -82,7 +82,7 @@ GNU Affero General Public License for more details.
<div class="downloads__card">
<h4 class="downloads__title header--primary">{{ _('Bundle') }}</h4>
<h2 class="downloads__price">£15</h2>
<h2 class="downloads__price">£25</h2>
<ul class="downloads__features">
<li class="downloads__feature">{{ _('Compiled with all features') }}</li>
<li class="downloads__feature">{{ _('Bundled plugins (all)') }}</li>
@ -95,7 +95,7 @@ GNU Affero General Public License for more details. @@ -95,7 +95,7 @@ GNU Affero General Public License for more details.
<div class="downloads__card">
<h4 class="downloads__title header--secondary">{{ _('Nightly') }}</h4>
{# TRANSLATORS: mo = month #}
<h2 class="downloads__price">£5<p style="display: inline;">/{{ _('mo') }}</p></h2>
<h2 class="downloads__price">£12<p style="display: inline;">/{{ _('mo') }}</p></h2>
<ul class="downloads__features">
<li class="downloads__feature">{{ _('Compiled with all features') }}</li>
<li class="downloads__feature">{{ _('Bundled plugins (all)') }}</li>

Loading…
Cancel
Save