Re: [Django] #2721: [patch] Allow block tags to be commented out

2009-03-26 Thread Django
#2721: [patch] Allow block tags to be commented out
--+-
  Reporter:  SmileyChris  | Owner:  adrian  
 
Status:  closed   | Milestone:  
 
 Component:  Template system  |   Version:  
 
Resolution:  wontfix  |  Keywords:  Nike Air Force One, Air 
Force 1, Air Force One, Air Force Shoes, Nike Air Force 1
 Stage:  Unreviewed   | Has_patch:  1   
 
Needs_docs:  0|   Needs_tests:  0   
 
Needs_better_patch:  0|  
--+-
Changes (by sneakeralley):

  * keywords:  => Nike Air Force One, Air Force 1, Air Force One, Air Force
   Shoes, Nike Air Force 1

Comment:

 [http://www.sneakeralley.com Nike Air Force One]

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---



Re: [Django] #2721: [patch] Allow block tags to be commented out

2006-09-13 Thread Django
#2721: [patch] Allow block tags to be commented out
-+--
 Reporter:  SmileyChris  |Owner:  adrian
 Type:  enhancement  |   Status:  new   
 Priority:  normal   |Milestone:
Component:  Template system  |  Version:
 Severity:  normal   |   Resolution:
 Keywords:   |  
-+--
Comment (by Alan Green):

 This looks like a useful alternative to {% comment %} {% endcomment %} for
 single line comments.

-- 
Ticket URL: 
Django 
The web framework for perfectionists with deadlines.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@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-updates
-~--~~~~--~~--~--~---



[Django] #2721: [patch] Allow block tags to be commented out

2006-09-13 Thread Django
#2721: [patch] Allow block tags to be commented out
-+--
 Reporter:  SmileyChris  |   Owner:  adrian
 Type:  enhancement  |  Status:  new   
 Priority:  normal   |   Milestone:
Component:  Template system  | Version:
 Severity:  normal   |Keywords:
-+--
 Rather than having a new tag for comments (see ticket #648), it would be
 useful to be able to comment out block tags in code (this could be easily
 extended to variable tags too).
 
 This is could provide the similar functionality as #648 since you can use
 the block tag as a comment, `{%# MY COMMENT %}`, without requiring a new
 template tag format.
 
 Example:
 {{{
 {% #if female - always show for now %}
 You're a girl!
 {% #endif %}
 }}}

-- 
Ticket URL: 
Django 
The web framework for perfectionists with deadlines.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@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-updates
-~--~~~~--~~--~--~---