Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Context
- company_user = True/ False
- company_name = 'OpenDurian' or None
- departments = [
- {
- id: 1,
- name: 'Dev'
- },
- {
- id: 2,
- name: 'Marketing'
- }
- ]
- --------------------------
- Non Company Form
- email = '[email protected]'
- tel_contact = 12345678
- --------------------------
- Company Form
- emp_name = 'First and Last name
- emp_id = 'opd123'
- email = 'om@choo.com'
- emp_department = 1
- emp_position = 'Front End Dev'
- emp_image_file_name = Image File or null
Advertisement
Add Comment
Please, Sign In to add comment