Showing beta signup page again.

This commit is contained in:
Samuel Clay 2012-04-11 15:55:15 -07:00
parent 15e08e653a
commit 0277b64272

View file

@ -53,8 +53,8 @@ SINGLE_DAY = 60*60*24
@render_to('reader/feeds.xhtml')
def index(request):
# XXX TODO: Remove me on launch.
# if request.method == "GET" and request.user.is_anonymous() and not request.REQUEST.get('letmein'):
# return {}, 'reader/social_signup.xhtml'
if request.method == "GET" and request.user.is_anonymous() and not request.REQUEST.get('letmein'):
return {}, 'reader/social_signup.xhtml'
if request.method == "POST":
if request.POST.get('submit') == 'login':