This package contains the templates required for a full integration with the django-authtools package.
Navigate to your templates directory and then clone 'registration' or 'registration-trans' into your templates/registration/ directory
$ git clone [email protected]:jondbaker/django-authtools-templates/registration ./
or...
$ git clone [email protected]:jondbaker/django-authtools-templates/registration-trans ./ $ mv registration-trans registration
This package is largely based on django-registration-templates, which I have used in many of projects and greatly appreciate.