[Solved] template url tag fetches wrong URL with generic view

2010-05-12 Thread Mike Dewhirst
On 13/05/2010 12:43pm, Mike Dewhirst wrote: I'm working through the Coltrane weblog tutorial and trying to implement semi-hard-coded breadcrumbs. It seems reverse doesn't like what I've done. Totally fair. I don't like what I did either. In 3. below I left out the = between href and the url ta

template url tag fetches wrong URL with generic view

2010-05-12 Thread Mike Dewhirst
I'm working through the Coltrane weblog tutorial and trying to implement semi-hard-coded breadcrumbs. It seems reverse doesn't like what I've done. This is the template inheritance chain ... 1. Salient parts of underlying template ... {% block breadcrumbs %}{{ block.super }} › Mike's Blog {%