added subscription_id
This commit is contained in:
@@ -241,6 +241,18 @@
|
||||
{% endif %}
|
||||
</button>
|
||||
</td>
|
||||
{% elif rower and rower.rowerplan == 'coach' and rower.clubsize < 100 %}
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td>
|
||||
<button style="width:100%">
|
||||
{% if user|existing_customer %}
|
||||
<a href="/rowers/upgrade">UPGRADE NOW</a>
|
||||
{% else %}
|
||||
<a href="/rowers/billing">BUY NOW</a>
|
||||
{% endif %}
|
||||
</button>
|
||||
</td>
|
||||
{% else %}
|
||||
<td colspan=3>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user