Private
Public Access
1
0

confirmation emails to buyers

This commit is contained in:
Sander Roosendaal
2018-12-20 15:29:21 +01:00
parent 9272704f36
commit a9f11f4f76
10 changed files with 364 additions and 9 deletions

View File

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