Revision history [back]
You should be able to create a custom registration form and assign dotted path to it via settings.py
variable REGISTRATION_FORM
(<- just look in the code for this keyword). I think this method will be simpler than using a decorator or modifying the code base.