Remove facebook/twitter links from GSoC
diff --git a/app/app.yaml.template b/app/app.yaml.template
index ff72e8a..3511dd5 100644
--- a/app/app.yaml.template
+++ b/app/app.yaml.template
@@ -15,7 +15,7 @@
# TODO(proto): uncomment and supply a Google App Engine application instance
# application: FIXME
# TODO(release): see the instructions in README about the "version:" field
-version: 2-0-20111013
+version: 2-0-20111014
runtime: python
api_version: 1
diff --git a/app/soc/modules/gsoc/views/homepage.py b/app/soc/modules/gsoc/views/homepage.py
index 905c914..a47fd3c 100644
--- a/app/soc/modules/gsoc/views/homepage.py
+++ b/app/soc/modules/gsoc/views/homepage.py
@@ -184,8 +184,6 @@
def context(self):
return {
- 'facebook_link': self.data.program.facebook,
- 'twitter_link': self.data.program.twitter,
'blogger_link': self.data.program.blogger,
'email': self.data.program.email,
'irc_channel_link': self.data.program.irc,