Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#24657 closed Bug (fixed)

include template tag example contains incorrect context data

Reported by: Ed Patrick Tan Owned by: nobody
Component: Documentation Version: 1.8
Severity: Normal Keywords:
Cc: pat.keeps.looking.up@… Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

Before the example, the expected output is: "Hello, John", but the value of person variable in the context is "john" (not John).

Change History (3)

comment:1 by Tim Graham <timograham@…>, 9 years ago

Resolution: fixed
Status: newclosed

In f47c796b:

Fixed #24657 -- Fixed include template tag example.

Thanks pattypatpat for the report.

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

In 84142946:

[1.7.x] Fixed #24657 -- Fixed include template tag example.

Thanks pattypatpat for the report.

Backport of f47c796b52a3c504d487c2484153fa5d90a25a74 from master

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

In f21dd82:

[1.8.x] Fixed #24657 -- Fixed include template tag example.

Thanks pattypatpat for the report.

Backport of f47c796b52a3c504d487c2484153fa5d90a25a74 from master

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