bug fix
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user