This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
nielsperetzke
/
healthchecks
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
32
Wiki
Activity
Browse Source
Admin tweaks.
pull/211/head
Pēteris Caune
6 years ago
parent
1a9f7e17f8
commit
e21801f44e
No known key found for this signature in database
GPG Key ID:
E28D7679E9A9EDE2
1 changed files
with
1 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
hc/payments/admin.py
+ 1
- 0
hc/payments/admin.py
View File
@ -16,6 +16,7 @@ class SubsAdmin(admin.ModelAdmin):
"
profile
"
)
"
profile
"
)
list_filter
=
(
"
plan_id
"
,
)
list_filter
=
(
"
plan_id
"
,
)
raw_id_fields
=
(
"
user
"
,
)
actions
=
(
"
cancel
"
,
)
actions
=
(
"
cancel
"
,
)
def
email
(
self
,
obj
)
:
def
email
(
self
,
obj
)
:
Write
Preview
Loading…
Cancel
Save