#27872: Tutorial contains invalid instructions regarding background image
-------------------------------------+-------------------------------------
Reporter: Patrik | Owner: nobody
Huber |
Type: Bug | Status: new
Component: | Version: 1.10
Documentation | Keywords: documentation,
Severity: Normal | tutorial
Triage Stage: | Has patch: 0
Unreviewed |
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
-------------------------------------+-------------------------------------
The tutorial06 (https://docs.djangoproject.com/en/1.10/intro/tutorial06/)
gives some CSS to add a background image to the index.html poll page:
{{{
body {
background: white url("images/background.gif") no-repeat right bottom;
}
}}}
However, this css is for the body tag, and the tutorial never defined any
body tags for the index.html template. So the resulting rendered page
doesn't have a body tag and the background image doesn't load. It looks
like a mistake in the tutorial to me!
--
Ticket URL: <https://code.djangoproject.com/ticket/27872>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/054.370e0e662df60eeb6bcc48c9ce548f12%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.