bug in contract type display
This commit is contained in:
parent
36a7e184df
commit
824e4b56da
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ class JobAdvertListFormatter(PrettyFormatter):
|
|||
if hasattr(obj, 'society_name') and obj.society_name:
|
||||
result += '\tSociety : %s\n' % obj.society_name
|
||||
if hasattr(obj, 'contract_type') and obj.contract_type:
|
||||
result += '\tContract : %s\n'
|
||||
result += '\tContract : %s\n' % obj.contract_type
|
||||
return result
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue