Question

Everything was going well until suddenly my navigation bar links weren't working.

If I mouse over the navbar, it does display the proper url, and I can even type that url in the address bar and it works. But when I click on the navigation bar link such as My Logged In Name, Profiles, Notices - nothing happens.

Actually it's not exactly true. When I click on Notices for example, my user menu pops up, neither of those links (Admin or Account) are clickable. All other links on the website other than the navigation bar seem to be working fine.

What would be causing this?

EDIT: Problem's gone, for now at least. I didn't even do anything. So bizarre.

Here's a screenshot to illustrate what's happening: enter image description here

Was it helpful?

Solution

As it appears, the error itself has really nothing to do with Django. It seems like you are using Twitter Bootstrap. (right?) If, as you are saying, the url appears on the status bar of the browser, you should check whether the link is bound to any event that should prevent the url from changing. In all cases, it'd be best for you to submit a snippet of your code altogether with the question. Without that, there's no way we can actually understand what's going on.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top