Pēteris Caune
6 years ago
No known key found for this signature in database
GPG Key ID: E28D7679E9A9EDE2
1 changed files with
1 additions and
0 deletions
-
hc/payments/admin.py
|
|
@ -16,6 +16,7 @@ class SubsAdmin(admin.ModelAdmin): |
|
|
|
"profile") |
|
|
|
|
|
|
|
list_filter = ("plan_id", ) |
|
|
|
raw_id_fields = ("user", ) |
|
|
|
actions = ("cancel", ) |
|
|
|
|
|
|
|
def email(self, obj): |
|
|
|