Skip to content
This repository has been archived by the owner on Aug 27, 2019. It is now read-only.

Commit

Permalink
some fieldset rearrangement
Browse files Browse the repository at this point in the history
  • Loading branch information
stvnrlly committed Dec 23, 2016
1 parent d9337e1 commit f35593c
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions projects/admin.py
Expand Up @@ -95,19 +95,6 @@ class AgileBPAAdmin(admin.ModelAdmin):
'locked',
)
}),
('Contract Pieces', {
'fields': (
'contractual_history',
'base_period_length',
'option_periods',
'option_period_length',
'naics_code',
'set_aside_status',
'competition_strategy',
'contract_type',
'rfq_id',
)
}),
('Staffing', {
'fields': (
'product_owner',
Expand All @@ -127,6 +114,19 @@ class AgileBPAAdmin(admin.ModelAdmin):
'contracting_officer_representative',
)
}),
('Contract Pieces', {
'fields': (
'contractual_history',
'base_period_length',
'option_periods',
'option_period_length',
'naics_code',
'set_aside_status',
'competition_strategy',
'contract_type',
'rfq_id',
)
}),
('Milestones', {
'fields': (
'issue_date',
Expand All @@ -136,7 +136,7 @@ class AgileBPAAdmin(admin.ModelAdmin):
('Award', {
'fields': (
'vendor',
'amount_of_competition'
'amount_of_competition',
)
}),
('Documents', {
Expand Down

0 comments on commit f35593c

Please sign in to comment.