diff options
Diffstat (limited to 'djangoproject/templates/styleguide.html')
| -rw-r--r-- | djangoproject/templates/styleguide.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/djangoproject/templates/styleguide.html b/djangoproject/templates/styleguide.html index 7c7eb018..cc11a6a7 100644 --- a/djangoproject/templates/styleguide.html +++ b/djangoproject/templates/styleguide.html @@ -1,6 +1,7 @@ {% extends "base.html" %} {% block title %}Django Web Styleguide{% endblock %} + {% block body_class %}styleguide{% endblock %} {% block header %}<p>Style Guide</p>{% endblock %} @@ -408,7 +409,7 @@ </div> </div> -{% endblock %} +{% endblock content %} {% block content-related %} {# Always include <h1> label and <div> with aria role. #} <div role="complementary"> @@ -445,4 +446,4 @@ </li> </ul> </div> -{% endblock %} +{% endblock content-related %} |
