format
This commit is contained in:
parent
679b371eb8
commit
68d1271d5f
1 changed files with 4 additions and 8 deletions
|
|
@ -36,18 +36,14 @@ context %} {% block page %}
|
||||||
the {{ domain.domain }} domain.
|
the {{ domain.domain }} domain.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
The current price is
|
The current price is {% if domain.currency != "Satoshis" %}
|
||||||
{% if domain.currency != "Satoshis" %}
|
|
||||||
<b
|
<b
|
||||||
>{{ "{:0,.2f}".format(domain.amount / 100) }} {{ domain.currency }}</b
|
>{{ "{:0,.2f}".format(domain.amount / 100) }} {{ domain.currency }}</b
|
||||||
>
|
>
|
||||||
{% else %}
|
{% else %}
|
||||||
<b
|
<b>{{ "{}".format(domain.amount) }} {{ domain.currency }}</b>
|
||||||
>{{ "{}".format(domain.amount) }} {{ domain.currency }}</b
|
{% endif %} for an account (if you do not own the domain, the service
|
||||||
>
|
provider can disable at any time).
|
||||||
{% endif %}
|
|
||||||
for an account (if you do not own the domain, the service provider can
|
|
||||||
disable at any time).
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>After submitting payment, your address will be</p>
|
<p>After submitting payment, your address will be</p>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue