Skip to content

Commit

Permalink
sites field was missing from the admin
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Schreiber committed Jan 4, 2012
1 parent 3a0f116 commit adc58f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions biblion/admin.py
Expand Up @@ -32,6 +32,7 @@ class PostAdmin(admin.ModelAdmin):
"content",
"publish",
"publish_date",
"sites",
]
if can_tweet():
fields.append("tweet")
Expand Down

0 comments on commit adc58f7

Please sign in to comment.