Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

How to use django-registration register and login form in my index.html file?

Now I have somethink like this(catalog tree):

|-- [            981]  base.html
|-- [             89]  index.html
`-- [            544]  registration
    |-- [            287]  activate.html
    |-- [            221]  activation_email.txt
    |-- [             67]  activation_email_subject.txt
    |-- [            459]  login.html
    |-- [            110]  logout.html
    |-- [            116]  password_change_done.html
    |-- [            192]  password_change_form.html
    |-- [            193]  password_reset_complete.html
    |-- [            283]  password_reset_confirm.html
    |-- [            153]  password_reset_done.html
    |-- [            215]  password_reset_email.html
    |-- [            192]  password_reset_form.html
    |-- [            146]  registration_complete.html
    `-- [            192]  registration_form.html
share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.