sandiegopython / test-driven-django-development

This repository contains materials for a San Diego Python workshop on learning Django with test inspired development
http://test-driven-django-development.readthedocs.org/
Other
102 stars 35 forks source link

Clarify usage of blocks in templates #38

Closed treyhunner closed 10 years ago

treyhunner commented 10 years ago

This was a problem for someone that added the above HTML snippet after their {% endblock content %} and the page silently ignored their markup.

Is this the right place to add this note?