Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
include outstanding on generated admin page
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Short committed Jan 26, 2012
1 parent bb1bbae commit 97b874e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/addons/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class AddonAdmin(admin.ModelAdmin):
fieldsets = (
(None, {
'fields': ('name', 'guid', 'default_locale', 'type', 'status',
'highest_status'),
'highest_status', 'outstanding'),
}),
('Details', {
'fields': ('summary', 'description', 'homepage', 'eula',
Expand Down

0 comments on commit 97b874e

Please sign in to comment.