Django

Code

Changeset 201

Show
Ignore:
Timestamp:
07/19/05 00:58:19 (3 years ago)
Author:
adrian
Message:

Small formatting fix to tutorial03

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/tutorial03.txt

    r200 r201  
    199199context is a dictionary mapping template variable names to Python objects. 
    200200 
    201 Reload the page. Now you'll see an error: 
     201Reload the page. Now you'll see an error:: 
    202202 
    203203    TemplateDoesNotExist: Your TEMPLATE_DIRS settings is empty. Change it to point to at least one template directory.