Re: resolving urls template error

2008-09-18 Thread Sven Richter
Sven Richter wrote: > Hi, > > i get the following error message: > TemplateSyntaxError at /community/profile/sveris/ > Caught an exception while rendering: Reverse for 'youriq.profile_myiq' with > arguments '('',)' and keyword arguments '{}' not found. > > Original Traceback (most recent call la

Re: resolving urls template error

2008-09-18 Thread Norman Harman
Sven Richter wrote: > when i try to call: > {% url profile_myiq argument %} > NoReverseMatch: Reverse for 'youriq.profile_myiq' with arguments '('',)' and > keyword arguments '{}' not found. > (r'^(?P\w+)/$', 'user', {} 'profile_myiq'), The error indicates you were providing either empty str

resolving urls template error

2008-09-18 Thread Sven Richter
Hi, i get the following error message: TemplateSyntaxError at /community/profile/sveris/ Caught an exception while rendering: Reverse for 'youriq.profile_myiq' with arguments '('',)' and keyword arguments '{}' not found. Original Traceback (most recent call last): File "/usr/lib/python2.5/si