Bug #6971
fix call to redirect() in post method of the registration completion view
Start date:
16 Apr 2015
Due date:
% Done:
100%
Estimated time:
Patch proposed:
No
Planning:
Description
redirect()
must have at least one more argument after request
. The goal here is to redirect to the current page, so we use the view_name as stored in request.resolver_match.view_name
and the args
and kwargs
from the view object.
Associated revisions
History
Updated by Benjamin Dauvergne almost 6 years ago
- Status changed from Nouveau to Résolu (à déployer)
- % Done changed from 0 to 100
Appliqué par commit 89dacf96edd9ac34a39a5d9dd31b400af4da7f4c.
Updated by Benjamin Dauvergne about 5 years ago
- Status changed from Résolu (à déployer) to Solution déployée
registration: fix redirect when posting on the registration completion view and email is already used (fixes #6971)