Fixed #20733 -- Typo in docs/ref/class-based-views/generic-display.txt

Thanks ijl20@ for the report.
This commit is contained in:
Tim Graham 2013-07-11 07:36:25 -04:00
parent 77856dc875
commit ecd746191c
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ DetailView
<p>{{ object.content }}</p>
<p>Reporter: {{ object.reporter }}</p>
<p>Published: {{ object.pub_date|date }}</p>
<p>Date: {{ object.now|date }}</p>
<p>Date: {{ now|date }}</p>
ListView
--------