mirror of
https://github.com/Dadechin/Dashboard-XRoom.git
synced 2025-07-05 01:34:34 +00:00
added semat
This commit is contained in:
parent
ec9a61b709
commit
27c3b42d62
|
@ -712,8 +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']
|
||||
if 'semat' in request.data:
|
||||
customer.semat = request.data['semat']
|
||||
|
||||
# Initialize customer data dict
|
||||
customer_data = {}
|
||||
|
|
Loading…
Reference in New Issue
Block a user