Advertisement
khangnguyen

Untitled

Aug 29th, 2012
417
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.21 KB | None | 0 0
  1. # XXX BGH: Urgh
  2. if getattr(request, 'mobile', None):
  3.     request.redirect("/m/home/index/#case");
  4. elif not getattr(request, 'android', None):
  5.     request.redirect(url(getNode("cases"), "view", [case.uuid]))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement