fix issue 8

This commit is contained in:
Joachim Lusiardi 2016-07-25 18:54:27 +02:00
parent c815c2b09a
commit 92fb25c1c1
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ class CreatePitstopForm(Form):
if self.date.data:
self.date.default = self.date.data
else:
self.date.default = self.last_pitstop.date
self.date.default = date.today()
if self.odometer.data:
self.odometer.default = self.odometer.data
else: