hrefs added trailing slashes
This commit is contained in:
@@ -180,11 +180,11 @@
|
||||
<td>
|
||||
{% if user.is_anonymous %}
|
||||
<button style="width:100%">
|
||||
<a href="/rowers/starttrial">Free PRO trial</a>
|
||||
<a href="/rowers/starttrial/">Free PRO trial</a>
|
||||
</button>
|
||||
{% elif rower and rower.rowerplan == 'basic' and rower.protrialexpires|date_dif == 1 %}
|
||||
<button style="width:100%">
|
||||
<a href="/rowers/starttrial">Free PRO trial</a>
|
||||
<a href="/rowers/starttrial/">Free PRO trial</a>
|
||||
</button>
|
||||
{% else %}
|
||||
|
||||
@@ -193,11 +193,11 @@
|
||||
<td>
|
||||
{% if user.is_anonymous %}
|
||||
<button style="width:100%">
|
||||
<a href="/rowers/startplantrial">Free SELF-COACH trial</a>
|
||||
<a href="/rowers/startplantrial/">Free SELF-COACH trial</a>
|
||||
</button>
|
||||
{% elif rower and rower.rowerplan == 'basic' and rower.plantrialexpires|date_dif == 1 %}
|
||||
<button style="width:100%">
|
||||
<a href="/rowers/startplantrial">Free SELF-COACH trial</a>
|
||||
<a href="/rowers/startplantrial/">Free SELF-COACH trial</a>
|
||||
</button>
|
||||
{% else %}
|
||||
|
||||
@@ -217,16 +217,16 @@
|
||||
{% if user.is_anonymous %}
|
||||
<td colspan="3">
|
||||
<button style="width:100%">
|
||||
<a href="/rowers/upgrade">UPGRADE NOW</a>
|
||||
<a href="/rowers/upgrade/">UPGRADE NOW</a>
|
||||
</button>
|
||||
</td>
|
||||
{% elif rower and rower.rowerplan == 'basic' %}
|
||||
<td colspan="3">
|
||||
<button style="width:100%">
|
||||
{% if user|existing_customer %}
|
||||
<a href="/rowers/upgrade">UPGRADE NOW</a>
|
||||
<a href="/rowers/upgrade/">UPGRADE NOW</a>
|
||||
{% else %}
|
||||
<a href="/rowers/billing">BUY NOW</a>
|
||||
<a href="/rowers/billing/">BUY NOW</a>
|
||||
{% endif %}
|
||||
</button>
|
||||
</td>
|
||||
@@ -235,9 +235,9 @@
|
||||
<td colspan="2">
|
||||
<button style="width:100%">
|
||||
{% if user|existing_customer %}
|
||||
<a href="/rowers/upgrade">UPGRADE NOW</a>
|
||||
<a href="/rowers/upgrade/">UPGRADE NOW</a>
|
||||
{% else %}
|
||||
<a href="/rowers/billing">BUY NOW</a>
|
||||
<a href="/rowers/billing/">BUY NOW</a>
|
||||
{% endif %}
|
||||
</button>
|
||||
</td>
|
||||
@@ -247,9 +247,9 @@
|
||||
<td>
|
||||
<button style="width:100%">
|
||||
{% if user|existing_customer %}
|
||||
<a href="/rowers/upgrade">UPGRADE NOW</a>
|
||||
<a href="/rowers/upgrade/">UPGRADE NOW</a>
|
||||
{% else %}
|
||||
<a href="/rowers/billing">BUY NOW</a>
|
||||
<a href="/rowers/billing/">BUY NOW</a>
|
||||
{% endif %}
|
||||
</button>
|
||||
</td>
|
||||
@@ -259,9 +259,9 @@
|
||||
<td>
|
||||
<button style="width:100%">
|
||||
{% if user|existing_customer %}
|
||||
<a href="/rowers/upgrade">UPGRADE NOW</a>
|
||||
<a href="/rowers/upgrade/">UPGRADE NOW</a>
|
||||
{% else %}
|
||||
<a href="/rowers/billing">BUY NOW</a>
|
||||
<a href="/rowers/billing/">BUY NOW</a>
|
||||
{% endif %}
|
||||
</button>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user