Skip to content

Commit

Permalink
wrong name fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Flaxman committed Apr 25, 2015
1 parent 00ca267 commit a607b6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addresses/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class AddressSubscriptionAdmin(admin.ModelAdmin):
def coin_symbol(self, instance):
return self.coin_symbol

def addresses_subscribed(self, instance):
def emails_sent(self, instance):
return instance.sentemail_set.count()

list_display = (
Expand All @@ -50,7 +50,7 @@ def addresses_subscribed(self, instance):
'unsubscribed_at',
'coin_symbol',
'b58_address',
'addresses_subscribed',
'emails_sent',
'address_forwarding_obj',
'notify_on_broadcast',
'notify_on_first_confirm',
Expand Down

0 comments on commit a607b6c

Please sign in to comment.