fix: misc ux

This commit is contained in:
Jannat Patel
2022-09-14 17:10:38 +05:30
parent af059141f0
commit 62ac0089c9
8 changed files with 179 additions and 194 deletions

View File

@@ -26,7 +26,7 @@
{{ instructors }}
</div>
<hr style="margin: 0.5rem 0;">
<div> {{ _("Course Instructor") }} </div>
<div class="text-center"> {{ _("Course Instructor") }} </div>
</div>
{% endif %}
@@ -36,7 +36,7 @@
{{ frappe.utils.format_date(certificate.expiry_date, "medium") }}
</div>
<hr style="margin: 0.5rem 0;">
<div> {{ _("Expiry date") }} </div>
<div class="text-center"> {{ _("Expiry date") }} </div>
</div>
{% endif %}
</div>