Changeset 499
- Timestamp:
- 08/14/05 23:08:28 (3 years ago)
- Files:
-
- django/trunk/docs/tutorial04.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/tutorial04.txt
r439 r499 207 207 ``<app_label>/<module_name>_detail``. In our case, it'll use the template 208 208 ``"polls/polls_detail"``. Thus, rename your ``polls/detail.html`` template to 209 ``polls/polls_detail ``, and change the ``template_loader.get_template()`` line210 in ``vote()``.209 ``polls/polls_detail.html``, and change the ``template_loader.get_template()`` 210 line in ``vote()``. 211 211 212 212 Similarly, the ``object_list`` generic view uses a template called
