Switch bold for description title and description text

This commit is contained in:
PCoder 2020-02-02 22:29:01 +05:30
parent 368db61a2f
commit b607575c8c
1 changed files with 2 additions and 2 deletions

View File

@ -92,8 +92,8 @@
</p>
{% if generic_payment_details.description %}
<p>
<span>{% trans "Description" %}: </span>
<strong class="pull-right">{{generic_payment_details.description}}</strong>
<strong>{% trans "Description" %}: </strong>
<span class="pull-right">{{generic_payment_details.description}}</span>
</p>
{% endif %}
{% if generic_payment_details.recurring %}