django-registration icon indicating copy to clipboard operation
django-registration copied to clipboard

Unofficial mirror of django-registration with templates!

Results 5 django-registration issues
Sort by recently updated
recently updated
newest added

The `RegistrationProfile` model's `__unicode__()` was missing a call to  `ugettext_lazy()` and was therefore not translatable.

django.views.generic.simple is DEPRECATED in Django1.5. TemplateView use instead.

No more data loss. ubernostrum has a pull request in his BB of the same patch, which he previously agreed to apply, so hopefully the final commit looks similar when...

It would be cool to have a way to define an HTML version for activation email. As of today we have to change the source of the authentication backend or...