+5 let limit maturity
This commit is contained in:
parent
7b3708d7ab
commit
8156f7828e
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ class UdajeForm(forms.Form):
|
||||||
rok_maturity = forms.IntegerField(
|
rok_maturity = forms.IntegerField(
|
||||||
label='Rok maturity',
|
label='Rok maturity',
|
||||||
min_value=date.today().year,
|
min_value=date.today().year,
|
||||||
max_value=date.today().year+8,
|
max_value=date.today().year+13,
|
||||||
required=True,
|
required=True,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue