#13180: html template links broken --------------------------------------+------------------------------------- Reporter: 114fc69b8e6e93c0447be8de | Owner: nobody Status: new | Milestone: 1.2 Component: Template system | Version: 1.1 Keywords: link href html broken | Stage: Unreviewed Has_patch: 0 | --------------------------------------+------------------------------------- the problem isn't with the python code, it's with the html templates. I have a site that checks if someone is logged in and if not provides the following link: "/accounts/login". Everything is works until I press the login link. nothing happens. The url at the top of the screen changes and even if you try to refresh after the url has changed nothing happens. The source is fine: I checked it. I would think this problem was my fault, but when you type in "/accounts/login" yourself it works fine. Because of this I assume he problem is rooted in the HTML and template system.
-- Ticket URL: <http://code.djangoproject.com/ticket/13180> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.
