Remove trailing spaces
This commit is contained in:
parent
47cb6294ad
commit
920f07339a
2 changed files with 3 additions and 2 deletions
|
|
@ -44,6 +44,7 @@ class PhotoAdmin(PhotoAdminDefault):
|
||||||
get_owner.admin_order_field = 'owner'
|
get_owner.admin_order_field = 'owner'
|
||||||
get_owner.short_description = _('owner')
|
get_owner.short_description = _('owner')
|
||||||
|
|
||||||
|
|
||||||
admin.site.unregister(Gallery)
|
admin.site.unregister(Gallery)
|
||||||
admin.site.unregister(Photo)
|
admin.site.unregister(Photo)
|
||||||
admin.site.unregister(PhotoEffect)
|
admin.site.unregister(PhotoEffect)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue