muhammad_nasif

Untitled

Dec 11th, 2020
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. def change_info(request):
  2. if request.session.is_empty():
  3. return redirect(customer_view.login)
  4. else:
  5.  
  6. return render(request,'change_employee_info.html')
Advertisement
Add Comment
Please, Sign In to add comment