Small formatting fix to tutorial03

git-svn-id: http://code.djangoproject.com/svn/django/trunk@201 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2005-07-19 05:58:19 +00:00
parent 851b14deca
commit 1062b1e042
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ So let's use Django's template system to separate the design from Python::
That code loads the template called "polls/index" and passes it a context. The
context is a dictionary mapping template variable names to Python objects.
Reload the page. Now you'll see an error:
Reload the page. Now you'll see an error::
TemplateDoesNotExist: Your TEMPLATE_DIRS settings is empty. Change it to point to at least one template directory.