On Sat, May 14, 2011 at 11:16 PM, br <robert...@gmail.com> wrote:

> Pretty new to django. While {% comment %}  {% endcomment %}  isn't
> that cumbersome, its cumbersome enough compared to <!-- --> that I
> find myself using html comments more often than I should (given that
> these comments will end up in my output), largely because i'm too lazy
> to type out the full django comment tags.  I'm sure I'm not the only
> one.
>
> I'm not familiar with the internals of the parser, but maybe something
> like {%-- Insert your comment here --%}, akin to jsp's <%-- --%>
> comments, or something similarly concise.
>
> Regards,
>
> Ben
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django developers" group.
> To post to this group, send email to django-developers@googlegroups.com.
> To unsubscribe from this group, send email to
> django-developers+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-developers?hl=en.
>
>
What's wrong with {# comment goes here #}

Alex

-- 
"I disapprove of what you say, but I will defend to the death your right to
say it." -- Evelyn Beatrice Hall (summarizing Voltaire)
"The people's good is the highest law." -- Cicero

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com.
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.

Reply via email to