Private
Public Access
1
0

small improvement

This commit is contained in:
Sander Roosendaal
2017-05-16 20:23:45 +02:00
parent 2b61fdea47
commit b569fb2c46

View File

@@ -22,6 +22,9 @@ def getexpired():
if r.planexpires < datetime.datetime.now().date():
if r.rowerplan == 'pro' or r.rowerplan == 'coach':
lijst.append(r)
if r.teamplanexpires < datetime.datetime.now().date():
if r.rowerplan == 'pro' or r.rowerplan == 'coach':
lijst.append(r)
return lijst