works but cannot change address
This commit is contained in:
@@ -22,6 +22,11 @@
|
||||
<p>Goal: {{ plan.goal }}</p>
|
||||
{% endif %}
|
||||
<p>{{ plan.hoursperweek }} hours per week over {{ plan.sessionsperweek }} sessions</p>
|
||||
{% if plan.price == 0 %}
|
||||
<p>Price: Free</p>
|
||||
{% else %}
|
||||
<p>Price: {{ plan.price }}€</p>
|
||||
{% endif %}
|
||||
|
||||
</li>
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user