Ignore:
Timestamp:
06/30/10 20:40:06 (23 months ago)
Author:
dart
Message:

LoReality?:
o Update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/loreality/loreality/controllers/account.py

    r2097 r2098  
    55 
    66from loreality.lib.base import BaseController, render 
     7import loreality.lib.helpers as h 
    78 
    89log = logging.getLogger(__name__) 
     
    1516            abort(401) 
    1617        else: 
    17             return render('/derived/account/signedin.html') 
     18            return redirect_to(h.url_for(controller='main', action='index')) 
    1819 
    1920    def signout(self): 
Note: See TracChangeset for help on using the changeset viewer.