refactor(currencies): remove currency's code reference in the UI

This commit is contained in:
Herculino Trotta
2025-02-03 00:28:21 -03:00
parent 56862cd025
commit 7b95c806fb
4 changed files with 7 additions and 10 deletions
@@ -2,9 +2,6 @@
{% load i18n %}
<div class="col card shadow">
<div class="card-body">
<div class="tw-text-sm mb-2">
<span class="badge text-bg-primary">{{ currency.currency.code }}</span>
</div>
<h5 class="card-title">
{{ currency.currency.name }}
</h5>