liqd / adhocracy

Adhocracy is a policy drafting and decision making software for distributed groups and open institutions.
GNU Affero General Public License v3.0
150 stars 37 forks source link

Fix came_from encoding after register #948

Closed nidico closed 9 years ago

nidico commented 9 years ago

While pylons.controllers.util.redirect utf8-encodes the given location, webob.exc.HTTPFound doesn't, so we need to do that manually.