mirror of
https://github.com/Dadechin/Dashboard-XRoom.git
synced 2025-07-03 00:34:34 +00:00
added semat
This commit is contained in:
parent
a89a73a45a
commit
ec9a61b709
|
@ -712,6 +712,8 @@ def editProfile(request):
|
|||
user.first_name = request.data['first_name']
|
||||
if 'last_name' in request.data:
|
||||
user.last_name = request.data['last_name']
|
||||
if 'seamt' in request.data:
|
||||
customer.seamt = request.data['seamt']
|
||||
|
||||
# Initialize customer data dict
|
||||
customer_data = {}
|
||||
|
|
Loading…
Reference in New Issue
Block a user