funded by zomg true by default

This commit is contained in:
Daniel Ternyak 2021-03-19 01:04:26 -05:00
parent c0e05a86e6
commit 819c15ba9c
No known key found for this signature in database
GPG Key ID: DF212D2DC5D0E245
1 changed files with 1 additions and 0 deletions

View File

@ -465,6 +465,7 @@ class Proposal(db.Model):
self.deadline_duration = deadline_duration
self.stage = stage
self.version = '2'
self.funded_by_zomg = True
@staticmethod
def simple_validate(proposal):