Django Registration Templates

screenshot of Django Registration Templates

Generic templates to get you up and running with django-registration

Overview:

django-registration-templates is a package that provides additional convenience for working with Django's registration functionality. It adds a missing activation-complete template and {% csrf_token %} to all the forms. The package is compatible with both django-registration and django-registration-redux and is known to work with Django 3.2+ and django-registration 3.0.

Features:

  • Missing Activation-Complete Template: Includes an activation-complete template that was missing from the default templates provided by Django's registration functionality.
  • {% csrf_token %} Addition: Adds the {% csrf_token %} tag to all the forms, enhancing security.
  • Compatibility: Works with both django-registration and django-registration-redux.

Summary:

django-registration-templates is a convenient package that enhances Django's registration functionality by providing a missing activation-complete template and adding {% csrf_token %} to all the forms. The package is compatible with popular registration packages and works with Django 3.2+ and django-registration 3.0.