Skip to content

Commit

Permalink
fixes in appskel
Browse files Browse the repository at this point in the history
  • Loading branch information
fiorix committed Jun 16, 2012
1 parent 52928a3 commit 2d158dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appskel/modname/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def get(self, lang_code):
self.set_secure_cookie("lang", lang_code)

self.redirect(self.request.headers.get("Referer",
self.get_argument("next", "/"))
self.get_argument("next", "/")))


class SampleSQLiteHandler(BaseHandler, DatabaseMixin):
Expand Down
Binary file modified cyclone/appskel.zip
Binary file not shown.

0 comments on commit 2d158dc

Please sign in to comment.