Switch bold between Recurring text and value

This commit is contained in:
PCoder 2020-02-02 22:37:29 +05:30
parent f68549d80d
commit 3061c1483c
1 changed files with 2 additions and 2 deletions

View File

@ -98,8 +98,8 @@
{% endif %}
{% if generic_payment_details.recurring %}
<p>
<span>{% trans "Recurring" %}: </span>
<strong class="pull-right">Yes</strong>
<strong>{% trans "Recurring" %}: </strong>
<span class="pull-right">Yes</span>
</p>
{% endif %}
</div>