lambdalisue / django-inspectional-registration

Django registration app with Inspection before activation
http://pypi.python.org/pypi/django-inspectional-registration
42 stars 26 forks source link

How can I override the login form? #43

Closed sankalpanand closed 9 years ago

sankalpanand commented 9 years ago

I am trying to override the login form provided by this package. How can I do that?

lambdalisue commented 9 years ago

I might check this question but I totally forgot. Sorry. What do you mean for override? If it is just a matter of html, read the documentation of Django and check https://github.com/lambdalisue/django-inspectional-registration/tree/master/src/registration/templates for the name you need to create.