Development #7475
registration_backend/views: remove next_url parameter to the delete account view
Start date:
05 June 2015
Due date:
% Done:
100%
Estimated time:
Patch proposed:
No
Planning:
Description
It's unused and badly done and the parameter should be next
not next_url
, we will redo it later with a FormWithNextMixin later.
Associated revisions
History
Updated by Benjamin Dauvergne over 7 years ago
- Status changed from Nouveau to Résolu (à déployer)
- % Done changed from 0 to 100
Appliqué par commit authentic2|fa7fe06a5f6c975411ca9e6b34679369de79edfc.
Updated by Benjamin Dauvergne almost 7 years ago
- Status changed from Résolu (à déployer) to Solution déployée
registration_backend/views: remove next_url parameter to the delete account view (fixes #7475)
It's unused and badly done and the parameter should be next not
next_url, we will redo it later with a FormWithNextMixin later.