Revision b8e75c7a snf-branding/synnefo_branding/settings.py

b/snf-branding/synnefo_branding/settings.py
52 52

  
53 53
# Footer message appears above Copyright message at the Compute templates
54 54
# and the Dashboard UI. Accepts html tags
55
FOOTER_EXTRA_MESSAGE = ''
55
FOOTER_EXTRA_MESSAGE = getattr(settings, 'BRANDING_FOOTER_EXTRA_MESSAGE', '')

Also available in: Unified diff