Compare commits
No commits in common. "4536c56a8330d4be79666c37861c844c15679f44" and "7b3708d7ab3c706f7015ed7dd368fc31b2bca6e2" have entirely different histories.
4536c56a83
...
7b3708d7ab
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+13,
|
max_value=date.today().year+8,
|
||||||
required=True,
|
required=True,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue