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 %} {% 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>