mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Showing beta signup page again.
This commit is contained in:
parent
15e08e653a
commit
0277b64272
1 changed files with 2 additions and 2 deletions
|
@ -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':
|
||||
|
|
Loading…
Add table
Reference in a new issue