DjangoGirls / tutorial

This is a tutorial we are using for Django Girls workshops
http://tutorial.djangogirls.org/
Other
1.53k stars 1.86k forks source link

[BUGFIX] Anchor tags in Installation page fixed #1730

Closed nikhiljohn10 closed 3 years ago

nikhiljohn10 commented 3 years ago

In the Installation page, the #github and #pythonanywhere anchor tags where having unexpected behaviour. So I have added a suffix -account to fix its behaviour. Not sure what is causing this behaviour. In the local testing, it is working fine.

das-g commented 3 years ago

Huh. Any idea what causes this and why this change fixes it?

nikhiljohn10 commented 3 years ago

Huh. Any idea what causes this and why this change fixes it?

@das-g Honestly, I did not went to the core of the issue. But my speculation is that there might be multiple id tags and some conflicts occurred between when tag to move to. My logic only thought of making that id unique. That is why i added a suffix to create uniqueness. That way, there will only this tag to move to.