Mercurial > public > bravenewsurf
view bns_website/templates/500.html @ 41:9ce9f77d6cde
I added a get_absolute_url() to the news model so I can use that in the news template tag to create a link to the correct anchor on the news list page.
The link works, but for some reason it goes to the beginning of the article content and not to the title. I've played around with the article tag and making an aside tag with an id and for whatever reason it always goes to the article content.
author | Bob Mourlam <bob.mourlam@gmail.com> |
---|---|
date | Sun, 06 Nov 2011 22:13:27 -0600 |
parents | 71f2941161e9 |
children |
line wrap: on
line source
<!DOCTYPE html> <html lang="en"> <head> <title>Internal Server Error</title> </head> <body> <h1>Whoops! Internal Server Error</h1> <p>We're sorry, the page you requested is currently unavailable due to a server misconfiguration.</p> <p>The server administrator has been notified, and we apologize for any inconvenience.</p> </body> </html>