off to a great start this morning [#16582483]

pull/1/head
eric 2012-08-31 11:05:00 -04:00
parent 7afedcd0b6
commit c20e6299bb
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ class Transaction(models.Model):
@property
def ack_link(self):
return 'https://unglue.it/supporter/%s'%urllib.urlencode(self.user.username) if self.anonymous else ''
return 'https://unglue.it/supporter/%s'%urllib.urlencode(self.user.username) if not self.anonymous else ''
def save(self, *args, **kwargs):
if not self.secret: