put pricing in its own field
This commit is contained in:
parent
6cfbc516f8
commit
ae2a9b773b
4 changed files with 30 additions and 1 deletions
|
@ -132,6 +132,11 @@
|
|||
{{ plan.description|safe }}
|
||||
</div>
|
||||
{% endif %}
|
||||
{% if plan.pricing %}
|
||||
<div class="text-black mb-20">
|
||||
{{ plan.pricing|safe }}
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
<div>
|
||||
<a class="btn btn-primary btn-lg w-100"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue