diff --git a/locale/cs/LC_MESSAGES/django.po b/locale/cs/LC_MESSAGES/django.po index dfd218a..23be407 100644 --- a/locale/cs/LC_MESSAGES/django.po +++ b/locale/cs/LC_MESSAGES/django.po @@ -108,7 +108,7 @@ msgstr "Jméno" #: subjects/models.py:23 subjects/templates/subjects/index.html:13 msgid "VAT ID" -msgstr "IČO" +msgstr "DIČ" #: subjects/models.py:30 subjects/templates/subjects/index.html:14 msgid "Street" diff --git a/subjects/templates/subjects/index.html b/subjects/templates/subjects/index.html index 5e673b0..6ff4b3f 100644 --- a/subjects/templates/subjects/index.html +++ b/subjects/templates/subjects/index.html @@ -25,7 +25,7 @@ {{ subject.id }} {{ subject.name }} - {{ subject.vat_id }} + {{ subject.vat_id|default:_("None")}} {{ subject.street }} {{ subject.zip_code }} {{ subject.city }} diff --git a/templates/facturio/base.html b/templates/facturio/base.html index 0667acb..99dfe4b 100644 --- a/templates/facturio/base.html +++ b/templates/facturio/base.html @@ -10,7 +10,7 @@ integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous"> -