Hello,

Another named URL question. I have the following pattern:

    (r'^app/(?P<object_id>\d+)/$', create_update.update_object,
     {'model': App}, 'app-edit'),

Now, using {% url 'app-edit' object.pk %} in a form throws
TemplateSyntaxError, mentioning "NoReverseMatch: Reverse for
'rc.'app-edit'' with arguments '(1,)' and keyword arguments '{}' not
found." in the value. Is passing a variable from the view the best way
to do that? Is there any other method (not necessarily named URLs) of
getting a URL without hardcoding it?

With kind regards,
-- 
Baurzhan Ismagulov
http://www.kz-easy.com/

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.


Reply via email to