profile routines
This commit is contained in:
SDE
2023-07-11 12:40:33 +03:00
parent 08dfbc352a
commit 2a2a47e2a7
14 changed files with 82 additions and 18 deletions

View File

@@ -39,6 +39,7 @@ class Admin_ProfileInline(admin.StackedInline):
(None, {
'classes': ['wide'],
'fields': (
('account_type',),
('enable',),
('phone',),
('country', 'city'),