Private
Public Access
1
0

adding white space in paidplans page

This commit is contained in:
Sander Roosendaal
2018-12-30 16:34:33 +01:00
parent 7866355385
commit 1968832eba

View File

@@ -125,9 +125,16 @@
<td nowrap="nowrap">From 65&euro;/year</td> <td nowrap="nowrap">From 65&euro;/year</td>
<td nowrap="nowrap">From 90&euro;/year</td> <td nowrap="nowrap">From 90&euro;/year</td>
</tr> </tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
{% if rower %} {% if rower %}
<tr> <tr>
<td>Your current plan</td> <td><h3>Your current plan</h3></td>
<td> <td>
{% if rower.rowerplan == 'basic' %} {% if rower.rowerplan == 'basic' %}
<h3>BASIC</h3> <h3>BASIC</h3>
@@ -137,21 +144,21 @@
</td> </td>
<td> <td>
{% if rower.rowerplan == 'pro' %} {% if rower.rowerplan == 'pro' %}
PRO <h3>PRO ({{ rower.paymenttype }})</h3>
{% else %} {% else %}
&nbsp; &nbsp;
{% endif %} {% endif %}
</td> </td>
<td> <td>
{% if rower.rowerplan == 'plan' %} {% if rower.rowerplan == 'plan' %}
SELF-COACH <h3>SELF-COACH ({{ rower.paymenttype }})</h3>
{% else %} {% else %}
&nbsp; &nbsp;
{% endif %} {% endif %}
</td> </td>
<td> <td>
{% if rower.rowerplan == 'coach' %} {% if rower.rowerplan == 'coach' %}
COACH <h3>COACH ({{ rower.paymenttype }})</h3>
{% else %} {% else %}
&nbsp; &nbsp;
{% endif %} {% endif %}