Skip to content

Commit

Permalink
Remove main_css from schema; PEP8 schema.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TkTech committed Oct 7, 2016
1 parent 9182623 commit c61406d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ckan/logic/schema.py
Expand Up @@ -54,10 +54,8 @@
activity_type_exists,
resource_id_exists,
tag_not_in_vocabulary,
group_id_exists,
group_id_or_name_exists,
owner_org_validator,
user_name_exists,
user_id_or_name_exists,
role_exists,
datasets_with_no_organization_cannot_be_private,
Expand Down Expand Up @@ -663,7 +661,6 @@ def default_update_configuration_schema():
'ckan.site_about': [unicode],
'ckan.site_intro_text': [unicode],
'ckan.site_custom_css': [unicode],
'ckan.main_css': [unicode],
'ckan.homepage_style': [is_positive_integer],
}

Expand Down

0 comments on commit c61406d

Please sign in to comment.