bug fix
This commit is contained in:
@@ -3739,7 +3739,7 @@ class RowerForm(ModelForm):
|
|||||||
an = self.cleaned_data['an']
|
an = self.cleaned_data['an']
|
||||||
except:
|
except:
|
||||||
try:
|
try:
|
||||||
int(an = self.data['an'])
|
an = int(self.data['an'])
|
||||||
except ValueError:
|
except ValueError:
|
||||||
an = 0
|
an = 0
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user