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

Commit

Permalink
a little bit more consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanfoulis committed Mar 7, 2016
1 parent 4e74913 commit fb68bbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmsplugin_filer_image/cms_plugins.py
Expand Up @@ -31,7 +31,7 @@ class FilerImagePlugin(CMSPluginBase):
'fields': (
'use_original_image',
('width', 'height',),
('crop', 'upscale'),
('crop', 'upscale',),
'thumbnail_option',
'use_autoscale',
)
Expand All @@ -45,7 +45,7 @@ class FilerImagePlugin(CMSPluginBase):
'free_link',
'page_link',
'file_link',
('original_link', 'target_blank'),
('original_link', 'target_blank',),
'description',
)
}),
Expand Down

0 comments on commit fb68bbc

Please sign in to comment.