Skip to content

Commit

Permalink
ft-models update,report
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-nzau committed Apr 10, 2017
1 parent bc3bc55 commit 78bebca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hc/accounts/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ def send_report(self):

emails.report(self.user.email, ctx)


def invite(self, user):
member = Member(team=self, user=user)
member.save()
Expand Down

0 comments on commit 78bebca

Please sign in to comment.