add comment ) pre-openid-2
authorGrigoriy Petukhov <lizendir@gmail.com>
Sun Dec 16 14:54:03 2007 +0600 (4 years ago)
changeset 302de8b273771ac
parent 301 9b164fe68857
child 305 f4e4b5f5b493
add comment )
byteflow/accounts/views.py
     1.1 --- a/byteflow/accounts/views.py	Sun Dec 16 12:11:46 2007 +0600
     1.2 +++ b/byteflow/accounts/views.py	Sun Dec 16 14:54:03 2007 +0600
     1.3 @@ -23,6 +23,8 @@
     1.4      return request.POST.get('next', request.META.get('HTTP_REFERER', '/'))
     1.5  
     1.6  
     1.7 +# TODO: make login form, move all logic to it, change message displaying using
     1.8 +# request.session['site_messages']
     1.9  @render_to("accounts/login.html")
    1.10  def login(request):
    1.11      """Logs in user and redirects to appropriate location"""