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

Wording tweak on 03-views about putting new code inside content block #27

Closed jamalex closed 10 years ago

jamalex commented 10 years ago

The last change needed then is just to update our index.html to actually put those blog posts in there.

Might be good to specify that this goes inside the {% block content %}, so people don't overwrite the whole file.

davidfischer commented 10 years ago

That's a great point!

davidfischer commented 10 years ago

Jaime, I have a pull request for this. Does this make it more clear?