Closed davidfischer closed 11 years ago
I actually think we should leave it as a snippet of code and say add it inside the "content" block like we do here: https://github.com/pythonsd/test-driven-django-development/blob/master/tutorials/04-more-views.rst#displaying-comments-on-the-website
I think I made it better. Ready to merge?
Looks good. :shipip:
:shipit:
Looks good!
@treyhunner I like the approach you suggest of leaving it as a snippet to insert, but being clear about where to insert it. Promotes more critical inspection of the process, over CTRL-A/CTRL-C/ALT-TAB/CTRL-A/CTRL-V. :)
Makes it more clear that the changes in index go inside the
content
block.Fixes #27.