Hi,
I'm currently watching your 7 hours Python Django Course on YT and just finished cloning your repository. As I was looking through the page I noticed a small display error.
The placeholder for the mail in the login_register template was missing an ". That caused to display html code in the input box.
Wanted to let you know that :)
Wrong displaying:

Fixed by inserting that character:

Hi,
I'm currently watching your 7 hours Python Django Course on YT and just finished cloning your repository. As I was looking through the page I noticed a small display error.
The placeholder for the mail in the login_register template was missing an ". That caused to display html code in the input box.
Wanted to let you know that :)
Wrong displaying:

Fixed by inserting that character:
