mirror of
https://github.com/danbulant/Portfolio
synced 2026-06-18 14:01:04 +00:00
Merge pull request #211 from EETagent/fix_citizenship_detail
(frontned) show citizenship in dashboard correctly
This commit is contained in:
commit
1f7d157ef9
1 changed files with 6 additions and 4 deletions
|
|
@ -63,7 +63,7 @@
|
|||
document.body.appendChild(link);
|
||||
link.click();
|
||||
} catch (e) {
|
||||
pushErrorText("Chyba při stahování portfolia");
|
||||
pushErrorText('Chyba při stahování portfolia');
|
||||
}
|
||||
};
|
||||
|
||||
|
|
@ -179,7 +179,7 @@
|
|||
>
|
||||
<span
|
||||
>{$LL.input.citizenship()}:
|
||||
<span class="font-bold">{$candidateData.candidate.email}</span></span
|
||||
<span class="font-bold">{$candidateData.candidate.citizenship}</span></span
|
||||
>
|
||||
|
||||
<span
|
||||
|
|
@ -204,9 +204,11 @@
|
|||
>
|
||||
<span
|
||||
>{$LL.input.secondSchool()}:
|
||||
<span class="font-bold">{$candidateData.candidate.secondSchool.name.split(',')[0]} (Obor:
|
||||
<span class="font-bold"
|
||||
>{$candidateData.candidate.secondSchool.name.split(',')[0]} (Obor:
|
||||
{$candidateData.candidate.secondSchool.field}
|
||||
)</span></span
|
||||
)</span
|
||||
></span
|
||||
>
|
||||
<span
|
||||
>{$LL.input.testLanguage()}:
|
||||
|
|
|
|||
Loading…
Reference in a new issue