Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#19289 closed Bug (fixed)

In https://docs.djangoproject.com/en/dev/intro/tutorial02/, a sentence refers to "code from above" that doesn't exist above that sentence.

Reported by: colinnkeenan@… Owned by: nobody
Component: Documentation Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

In https://docs.djangoproject.com/en/dev/intro/tutorial02/ it says:

Note that our loader.get_template('polls/index.html') code from above maps to [template_directory]/polls/index.html” on the filesystem.

However, loader.get_template('polls/index.html') does not appear anywhere above that sentence on that page, and the reference makes no sense to me.

Change History (4)

comment:1 by Claude Paroz, 11 years ago

Triage Stage: UnreviewedAccepted
Type: UncategorizedBug

comment:2 by Tim Graham <timograham@…>, 11 years ago

Resolution: fixed
Status: newclosed

In 2dbfa66f4db54c2bbac0f160de96a91fcf39997d:

Fixed #19289 - Removed an out of place sentence in tutorial 2.

Thanks colinnkeenan for the report.

comment:3 by Tim Graham <timograham@…>, 11 years ago

In dea4214bb5903398b72e96a2fea24baeca8ed9f3:

[1.5.X] Fixed #19289 - Removed an out of place sentence in tutorial 2.

Thanks colinnkeenan for the report.

Backport of 2dbfa66f4d from master

comment:4 by Preston Holmes <preston@…>, 11 years ago

In 444eac9f03a22ded69a79252becabba6bf3abd5e:

Fixed #19289 - Removed an out of place sentence in tutorial 2.

Thanks colinnkeenan for the report.

Note: See TracTickets for help on using tickets.
Back to Top