Re: url template tag problem

2007-07-30 Thread zenx
Thanks Malcom, I changed the views function name but still got the same error so I don't know if it's a bug. I will try to take a closer look at it, but I really don't know why this may happen. Does anybody else has an idea? Thank you, Regards, A Mele On 30 jul, 22:28, Malcolm Tredinnick <[EMA

Re: url template tag problem

2007-07-30 Thread Malcolm Tredinnick
On Mon, 2007-07-30 at 19:28 +, zenx wrote: > Hi, > > I get the following error when trying to use the {% url %} > templatetag. I have read the documentation several times but cannot > understand where is the problem: > > AttributeError at /c/albums/wonderful-world/ > 'str' object has no attr

url template tag problem

2007-07-30 Thread zenx
Hi, I get the following error when trying to use the {% url %} templatetag. I have read the documentation several times but cannot understand where is the problem: AttributeError at /c/albums/wonderful-world/ 'str' object has no attribute 'callback' My urls.py: urlpatterns = patterns('', ur