From f2790eddadf2f58b20c08d32ed10438bcb89ebca Mon Sep 17 00:00:00 2001 From: Sudeep Acharya Date: Thu, 27 Nov 2014 18:59:32 +0545 Subject: [PATCH] it is python template --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index d6dd106..e1a4edc 100644 --- a/templates/base.html +++ b/templates/base.html @@ -106,7 +106,7 @@ // Listen to the auth.login which will be called when the user logs in // using the Login button FB.Event.subscribe('auth.login', function(response) { - // We want to reload the page now so Ruby can read the cookie that the + // We want to reload the page now so Python can read the cookie that the // Javascript SDK sat. But we don't want to use // window.location.reload() because if this is in a canvas there was a // post made to this page and a reload will trigger a message to the