hey

i want to make a link in my template dynamic. e.g. I want to click on
a "rubric" that links to a view that displays all the content. I have
the following URL patterns to reach the rubric: /rubric/view and to
reach the content /bullet/<day_id>/<rubric_id>/view --> the link i
need in the template that renders the rubrics

Does anyone have an idea how i can get the day_id and rubric_id in a
link, if they are not attributes of the model that is being displayed?
(if i were hard coding with PHP i would just make them get or post
parameters)


thanks for your help


stephane


--~--~---------~--~----~------------~-------~--~----~
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