Private
Public Access
1
0
This commit is contained in:
2024-12-31 16:37:27 +01:00
parent 3e53fddbc2
commit 4d0b6adef4
2 changed files with 5 additions and 1 deletions

View File

@@ -138,6 +138,7 @@
</td>
</tr>
{% endif %}
{% if rower and rower.rowerplan == 'basic' %}
<tr>
<td>
Available trial (no strings attached)
@@ -159,10 +160,13 @@
{% endif %}
</td>
</tr>
{% endif %}
<tr>
{% if rower and rower.rowerplan == 'basic' %}
<td>
Available <a href="/rowers/upgrade/">upgrades</a>
</td>
{% endif %}
<td>
&nbsp;
</td>

View File

@@ -62,7 +62,7 @@
{% endif %}
</table>
{% csrf_token %}
{% if rower.rowerplan != 'coach' and rower.user == user %}
{% if rower.rowerplan != 'pro' and rower.user == user %}
<p>
<a href="/rowers/paidplans/">Upgrade</a>
</p>