diff options
author | Louise Crow <louise.crow@gmail.com> | 2012-10-31 10:11:11 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2012-10-31 10:11:11 +0000 |
commit | 5a52822e9abf10b99dc1df17e9507c7f8f949bb8 (patch) | |
tree | 3d66feb2195a0f3d07c885a82213c9497a0b30d3 | |
parent | 7bfdb9d1c1b7c0c9c9fdc5914952d5d8ff3f7d70 (diff) |
Uncomment TWITTER_WIDGET_ID in general.yml-example file to stop our deployment system complaining. Shouldn't have any material effect.
-rw-r--r-- | config/general.yml-example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/general.yml-example b/config/general.yml-example index ecd420e9c..18e6cb998 100644 --- a/config/general.yml-example +++ b/config/general.yml-example @@ -25,7 +25,7 @@ BLOG_FEED: 'http://www.mysociety.org/category/projects/whatdotheyknow/feed/' TWITTER_USERNAME: 'whatdotheyknow' # Set the widget_id to get the Twitter sidebar on the blog page. # To get one https://twitter.com/settings/widgets -#TWITTER_WIDGET_ID: '' +TWITTER_WIDGET_ID: '' # Locales we wish to support in this app, space-delimited AVAILABLE_LOCALES: 'en es' |