User Registration now uses all possibilities of the Membership Model. So you could apply for a membership with one step.

Fixed an error in the cleanup-registration command.
Also more stuff has been translated
This commit is contained in:
2016-09-16 18:57:28 +02:00
committed by Christian Berg
parent 9c4ec20394
commit 0bdd409dc2
7 changed files with 393 additions and 173 deletions

View File

@@ -43,12 +43,13 @@ class ProxyGroup(Group):
class MembershipAdmin(UserAdmin):
# admin_thumbnail = AdminThumbnail(image_field='thumbnail')
list_filter = ('membership', 'confirmed')
list_filter = ('is_active','membership', 'confirmed')
list_display = (
'avatar',
'username',
'first_name',
'last_name',
'is_active',
'membership',
'confirmed',
'paid_until',