Django

Code

Ticket #2046 (closed: fixed)

Opened 2 years ago

Last modified 2 years ago

[PATCH] Tutorial 3 lists wrong template name

Reported by: asmodai@in-nomine.org Assigned to: jacob
Milestone: Component: Documentation
Version: SVN Keywords:
Cc: Triage Stage: Unreviewed
Has patch: 0 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

Description

Tutorial 3 has:

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.

With the code just above it this should be changed to read:

That code loads the template called "polls/index.html" and passes it a context. The context is a dictionary mapping template variable names to Python objects.

Attachments

tutorial03.txt.diff (0.6 kB) - added by asmodai@in-nomine.org on 05/31/06 04:10:37.
Patch for fixing the documentation nit.

Change History

05/31/06 04:10:37 changed by asmodai@in-nomine.org

  • attachment tutorial03.txt.diff added.

Patch for fixing the documentation nit.

05/31/06 04:11:04 changed by asmodai@in-nomine.org

  • summary changed from Tutorial 3 lists wrong template name to [PATCH] Tutorial 3 lists wrong template name.

05/31/06 09:26:45 changed by adrian

  • status changed from new to closed.
  • resolution set to fixed.

(In [3016]) Fixed #2046 -- Typo in tutorial03.txt. Thanks, asmodai


Add/Change #2046 ([PATCH] Tutorial 3 lists wrong template name)




Change Properties
Action