mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed display of lists after website redesign
Thanks Brian Jacobel for the report. refs django/djangoproject.com#197
This commit is contained in:
parent
1c5cbf5e5d
commit
c7786550c4
4 changed files with 38 additions and 23 deletions
|
@ -148,9 +148,9 @@ Instantiating, processing, and rendering forms
|
|||
|
||||
When rendering an object in Django, we generally:
|
||||
|
||||
1. get hold of it in the view (fetch it from the database, for example)
|
||||
2. pass it to the template context
|
||||
3. expand it to HTML markup using template variables
|
||||
1. get hold of it in the view (fetch it from the database, for example)
|
||||
2. pass it to the template context
|
||||
3. expand it to HTML markup using template variables
|
||||
|
||||
Rendering a form in a template involves nearly the same work as rendering any
|
||||
other kind of object, but there are some key differences.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue