Revision bea584e1 snf-astakos-app/astakos/im/settings.py

b/snf-astakos-app/astakos/im/settings.py
170 170
# Whether or not to display projects in astakos menu
171 171
PROJECTS_VISIBLE = getattr(settings, 'ASTAKOS_PROJECTS_VISIBLE', False)
172 172

  
173
# A way to extend the services presentation metadata
174
SERVICES_META = getattr(settings, 'ASTAKOS_SERVICES_META', {})
173
# A way to extend the components presentation metadata
174
COMPONENTS_META = getattr(settings, 'ASTAKOS_COMPONENTS_META', {})
175 175

  
176 176
# A way to extend the resources presentation metadata
177 177
RESOURCES_META = getattr(settings, 'ASTAKOS_RESOURCES_META', {})

Also available in: Unified diff