fix: Nápovědy v šifrovačce
This commit is contained in:
parent
fd736829c2
commit
9a93f95490
1 changed files with 1 additions and 1 deletions
|
@ -26,5 +26,5 @@ class NapovedaForm(ModelForm):
|
|||
def clean_sifra(self):
|
||||
sifra = self.cleaned_data.get('sifra')
|
||||
if Napoveda.objects.filter(sifra=sifra).count() == 0:
|
||||
raise ValidationError("K tomuto číslu šifry nemáme nápovědu. Zkonstolujte si ho prosím.")
|
||||
raise ValidationError("K tomuto číslu šifry nemáme nápovědu. Zkontrolujte si ho prosím.")
|
||||
return sifra
|
||||
|
|
Loading…
Reference in a new issue