Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2020-06-06 15:30:24 +02:00
parent 14e4b089fa
commit 3d622ecfda

View File

@@ -3739,7 +3739,7 @@ class RowerForm(ModelForm):
an = self.cleaned_data['an']
except:
try:
int(an = self.data['an'])
an = int(self.data['an'])
except ValueError:
an = 0