On 11/30/06, hotani <[EMAIL PROTECTED]> wrote:
> I noticed in the most recent documentation that we should now be able
> to use the {# comment #} multi-line commenting tags in templates.
> However, after doing an 'svn update' and restarting apache it does not
> seem to be available. Which begs the question: am I not fully updating?
> Is there something else I should be doing to complete the update
> process?

Hi hotani,

The {# syntax #} only works for single-line comments. For multi-line
comments, use the old style:

    {% comment %}{% endcomment %}

Adrian

-- 
Adrian Holovaty
holovaty.com | djangoproject.com

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