Changeset 2098 for trunk/loreality/loreality/controllers/account.py
- Timestamp:
- 06/30/10 20:40:06 (23 months ago)
- File:
-
- 1 edited
-
trunk/loreality/loreality/controllers/account.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/loreality/loreality/controllers/account.py
r2097 r2098 5 5 6 6 from loreality.lib.base import BaseController, render 7 import loreality.lib.helpers as h 7 8 8 9 log = logging.getLogger(__name__) … … 15 16 abort(401) 16 17 else: 17 return re nder('/derived/account/signedin.html')18 return redirect_to(h.url_for(controller='main', action='index')) 18 19 19 20 def signout(self):
Note: See TracChangeset
for help on using the changeset viewer.
