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

Remove line from section, Creating an inclusion tag #122

Closed riseriyo closed 9 years ago

riseriyo commented 10 years ago

Remove line, "To start we’ll render a blog/_entry_history.html template."

from this paragraph: "Let’s create an inclusion tag to query for recent blog entries and render a list of them. We’ll name our template tag entry_history. To start we’ll render a blog/_entry_history.html template."