Re: an 'empty' block tag

2006-08-18 Thread Adrian Holovaty
On 8/18/06, medhat <[EMAIL PROTECTED]> wrote: > I have a suggestion (with a patch) to save a few key clicks :-) > Do you ever write a template with {% block ... %}{% endblock %} tags > solely as placeholders to be overridden by other templates? I find I am > doing this a lot... and I am too lazy t

an 'empty' block tag

2006-08-18 Thread medhat
Hi, I have a suggestion (with a patch) to save a few key clicks :-) Do you ever write a template with {% block ... %}{% endblock %} tags solely as placeholders to be overridden by other templates? I find I am doing this a lot... and I am too lazy to type the {% endblock %} each time :-) so I adde