You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered:
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:
![error](https://private-user-images.githubusercontent.com/74144524/323496467-56e7d64f-073b-4c18-8482-a80d055796e5.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2Mzc2MjQsIm5iZiI6MTczOTYzNzMyNCwicGF0aCI6Ii83NDE0NDUyNC8zMjM0OTY0NjctNTZlN2Q2NGYtMDczYi00YzE4LTg0ODItYTgwZDA1NTc5NmU1LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDE2MzUyNFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTg5YTQ2N2U4M2Q3MzY2NDEzZmNlNzIzNDE5MWE4NDEzMzBiOGJlNjI2NmMwNjAxNTVlNjU1NThiMGQwZmVhZDcmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0._gqudbd-yMzbxeWykQT9DxVV0bX0h3hv8y79I5MmqyM)
Fixed by inserting that character:
![fix](https://private-user-images.githubusercontent.com/74144524/323496980-6f8840fd-74e7-4649-9968-68f03a8ffd26.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2Mzc2MjQsIm5iZiI6MTczOTYzNzMyNCwicGF0aCI6Ii83NDE0NDUyNC8zMjM0OTY5ODAtNmY4ODQwZmQtNzRlNy00NjQ5LTk5NjgtNjhmMDNhOGZmZDI2LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDE2MzUyNFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTU2N2JmMjAxNjM4OWNiYTFkNGNhNzhmNDhjYWNlM2MzYjY0OWZiMmE5ZDg3OTMwMmZlOGJmZDc4ODJhZTE5YzYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.mJzRLOFC9ArTMxaxKRbqnjrkI-zV2PK_6-DVkb1mKC0)
The text was updated successfully, but these errors were encountered: