Skip to content

Commit

Permalink
Remove _meta_title (allow to always default) (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
pwhipp committed Oct 29, 2014
1 parent 9fca348 commit 29a6295
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions projects/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@ class ProjectAdmin(admin.ModelAdmin):
'ifc_sectors',
'tags')}),
('Metadata', {'classes': ('collapse-closed',),
'fields': ('_meta_title',
'slug',
'fields': ('slug',
'short_url',
'description',
'gen_description',
Expand Down

0 comments on commit 29a6295

Please sign in to comment.