Changeset 4062
- Timestamp:
- 11/10/06 09:28:32 (2 years ago)
- Files:
-
- django/trunk/docs/templates_python.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/templates_python.txt
r3920 r4062 322 322 def some_view(request): 323 323 # ... 324 return render_to_response('my_template 'html',324 return render_to_response('my_template.html', 325 325 my_data_dictionary, 326 326 context_instance=RequestContext(request))
