Commit 8e37b7721fce4c34edd5b36d48a7acf5dcbff1b1

Authored by Alexandre Barbosa
1 parent ffef2fa2

Remove ribbon by default

Signed-off-by: Alexandre Barbosa <alexandreab@live.com>
Signed-off-by: Rodrigo Siqueira <rodrigosiqueiramelo@gmail.com>
cookbooks/colab/templates/00-custom_settings.py.erb
@@ -44,3 +44,5 @@ HAYSTACK_CONNECTIONS = { @@ -44,3 +44,5 @@ HAYSTACK_CONNECTIONS = {
44 } 44 }
45 45
46 LANGUAGE_CODE = 'pt-br' 46 LANGUAGE_CODE = 'pt-br'
  47 +
  48 +RIBBON_ENABLED = False