On 17 oct, 17:59, hao he <[email protected]> wrote:
> with the follow code/config,one request lead to view function was
> execute twice。
>
> --------------------------------------------------------------------------------------------------
> template:
> <a href=" {%url ad_ader_basic ad_id%} "basic info</a>
If that's copy-pasted from your code (as it should be) then your <a>
tag is incorrect - it should be:
<a href="{%url ad_ader_basic ad_id%}">basic info</a>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---