#Form not showing on login page

2 messages · Page 1 of 1 (latest)

knotty frigate
#

Hello,

I am trying to implament a login form into my login page for my website. Right now I am just using the default django login form, I am following this tutorial https://learndjango.com/tutorials/django-login-and-logout-tutorial.
But the problem is that the form is not showing

Here is the code

Login Html:
https://pastebin.com/gGu1Gcam

Settings.py
https://pastebin.com/z7tj7izT

And my directory path is

Root folder/templates/registration/login.html

potent oyster
#

What are you urls?