i believe you need a comma after archive_info and before
{'template_name': 'blog/archive.html'}

On Sep 3, 7:40 am, djandrow <[EMAIL PROTECTED]> wrote:
> Can no one help me with this, its just these two lines:
>
>  (r'^archive/$', date_based.archive_index,archive_info
> {'template_name': 'blog/archive.html'}),
>  (r'^archive/(?P<year>d{4})/?$',date_based.archive_year, archive_info
> {'template_name': 'blog/archive.html'}),
>
> Please?
>
> Andrew
--~--~---------~--~----~------------~-------~--~----~
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