hello,

I generate in views different link. the value of link is a variable provide 
by search fonction.
this value change with search result.
so when I click to my link I wish my link value pass in argument for the 
new view.
I have test this kind of structure <a href= {% url 'my_app.views.my_view' 
myarg %}> {{ myarg}} </a> 
with urls like : url(r'^myapp/(?p<myarg>\*)$', views.my_view)
and views like: def my_view(request, myarg).
but when I attempt to generate my view some errors about arguments occur 
with 1 tried.

Can you help me with that or do you have any other way to obtain the same 
result ? 

thanks for your help,

regards,



-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/1fb73023-69d2-413a-be3e-5ebd81c591a6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to