From 8e37b7721fce4c34edd5b36d48a7acf5dcbff1b1 Mon Sep 17 00:00:00 2001 From: Alexandre Barbosa Date: Tue, 22 Sep 2015 17:15:03 -0300 Subject: [PATCH] Remove ribbon by default --- cookbooks/colab/templates/00-custom_settings.py.erb | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/cookbooks/colab/templates/00-custom_settings.py.erb b/cookbooks/colab/templates/00-custom_settings.py.erb index a6d4faf..67881fa 100644 --- a/cookbooks/colab/templates/00-custom_settings.py.erb +++ b/cookbooks/colab/templates/00-custom_settings.py.erb @@ -44,3 +44,5 @@ HAYSTACK_CONNECTIONS = { } LANGUAGE_CODE = 'pt-br' + +RIBBON_ENABLED = False -- libgit2 0.21.2