Merge feature-sidebar with conflicts

This commit is contained in:
Jan Tuomi
2017-05-27 11:30:22 +03:00
7 changed files with 66 additions and 3 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ class Member(BaseMember):
latest = payments.latest('date')
date = latest.date
return date
except DoesNotExist:
except Payment.DoesNotExist:
return None
@staticmethod