I'm sure I'll be hitting my head against the wall when I hear the
answer, but before I do, I just can't get an idea how to solve this
although it seems to me that the solution must be trivial. So, here is
a line from my url patterns:

url(r'^(?P<year>\d+)/(?P<month>\d+)/(?P<day>\d+)/$', 'day',
name='day'),

and here is what I want to put in my template:

{% url day year={% now "Y"%} month={% now "m"%} day={% now "d"%} %}

but, ofcourse, I won't put that in my template because you can't have
tag inside of a tag. Soo, dear ladies and gentelmen, what's the
obvious solution I'm to blind to see?

Thanks in advance,
nick
--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to