I'm not 100% sure I understand your question, but I believe you're
asking how to pass the model object to the view that will verify if
the request was made by a certain user.  If so, you should look at
using the url template tags (http://docs.djangoproject.com/en/dev/ref/
templates/builtins/#url).  With this you can pass arguments to a view,
in your case 'model'.

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

Reply via email to