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

@@ -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>