Skip to content

Commit

Permalink
hide salary expectation field
Browse files Browse the repository at this point in the history
  • Loading branch information
ziafazal committed May 17, 2019
1 parent 4e6984e commit 5f625eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions freshgrad_test/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ class Meta(object):
'why_arbisoft': {
'field_type': 'textarea',
},
'expected_salary': { # added this to hide salary expectation field for internship test
'field_type': 'hidden',
'default': 'N/A',
},
'career_plans': {
'field_type': 'textarea',
},
Expand Down

0 comments on commit 5f625eb

Please sign in to comment.