Whilst writing what is below I realized that if a template extends  
itself (accident...oops!) it completely crashes the server... maybe  
this could be trapped somehow...



> I have a base.html template which has HTML and defines a block  
> "content", like this...
> <html>
> <h1>Hello</h1>
>       {% block content %}
> some stuff
> {% endblock %}
>
>
> Then I have a results.html which extends the base template like  
> this...
>
> {% extends "base.html" %}
> {% block content %}
>       Bla bla
> {% endblock %}





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

Reply via email to