fix trans

This commit is contained in:
Cayo Puigdefabregas 2023-11-22 12:24:56 +01:00
parent 6bf642c720
commit 10ea4a18a8
2 changed files with 4 additions and 4 deletions

View File

@ -35,7 +35,7 @@
{% endfor %}
<div class="row mt-3">
<div class="col-3 text-end">
<strong>{% trand 'Issuance date' %}:</strong>
<strong>{% trans 'Issuance date' %}:</strong>
</div>
<div class="col bg-light text-secondary">
{{ object.issuer_on|default_if_none:"" }}
@ -43,7 +43,7 @@
</div>
<div class="row mt-3">
<div class="col-3 text-end">
<strong>{% trand 'Status' %}:</strong>
<strong>{% trans 'Status' %}:</strong>
</div>
<div class="col bg-light text-secondary">
{{ object.get_status}}

View File

@ -22,7 +22,7 @@
{% endfor %}
<div class="row mt-3">
<div class="col-3 text-end">
<strong>{% trand 'Issuance date' %}:</strong>
<strong>{% trans 'Issuance date' %}:</strong>
</div>
<div class="col bg-light text-secondary">
{{ object.issuer_on|default_if_none:"" }}
@ -30,7 +30,7 @@
</div>
<div class="row mt-3">
<div class="col-3 text-end">
<strong>{% trand 'Status' %}:</strong>
<strong>{% trans 'Status' %}:</strong>
</div>
<div class="col bg-light text-secondary">
{{ object.get_status}}