Skip to content

Commit ae10865

Browse files
committed
fix: Missing study programme once message
* Ensure the SELECT_STUDY_PROGRAMME_ONCE constant actually exist. Signed-off-by: mr.Shu <[email protected]>
1 parent 619a458 commit ae10865

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

eprihlaska/consts.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
DIR = os.path.dirname(os.path.abspath(__file__))
88

99

10-
SELECT_STUDY_PROGRAMME = _("Vyberte si, prosím, aspoň prvý študijný program")
10+
SELECT_STUDY_PROGRAMME = _("Vyberte si, prosím, aspoň prvý študijný program") # noqa
11+
SELECT_STUDY_PROGRAMME_ONCE = _('Vyberte si, prosím, študijný program najviac jeden krát') # noqa
1112
NO_ACCESS_MSG = _("Nemáte oprávnenie pre prístup k danému prístupovému bodu")
1213
DEAN_LIST_MSG = _(
1314
"Na základe listu dekana nie je potrebné zadávať údaje o prospechu na strednej škole."

0 commit comments

Comments
 (0)