Please provide the specific error message you are seeing

On Monday, May 9, 2016 at 8:05:20 AM UTC-5, quentin ladrier wrote:
>
> 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/484febf0-7d1e-49c2-8e0d-8d3f3b122e73%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to