Whether or not it's worth adding a copyright date like this:

{{
> # adds current year, no updating necessary
> import datetime
> now = datetime.datetime.now()
> =" %d" % now.year
> }}
>

This is much shorter:

 {{=request.now.year}}


Annet.

-- 



Reply via email to