Switch bold between Recurring text and value
This commit is contained in:
parent
f68549d80d
commit
3061c1483c
1 changed files with 2 additions and 2 deletions
|
@ -98,8 +98,8 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if generic_payment_details.recurring %}
|
{% if generic_payment_details.recurring %}
|
||||||
<p>
|
<p>
|
||||||
<span>{% trans "Recurring" %}: </span>
|
<strong>{% trans "Recurring" %}: </strong>
|
||||||
<strong class="pull-right">Yes</strong>
|
<span class="pull-right">Yes</span>
|
||||||
</p>
|
</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue