mirror of
https://github.com/django/django.git
synced 2025-07-12 07:45:11 +00:00
Fixed some typos and formatting issues in docs.
This commit is contained in:
parent
0d91225892
commit
2b6436e2d5
13 changed files with 70 additions and 64 deletions
4
docs/_theme/djangodocs/layout.html
vendored
4
docs/_theme/djangodocs/layout.html
vendored
|
@ -17,8 +17,8 @@
|
|||
{%- endmacro %}
|
||||
|
||||
{% block extrahead %}
|
||||
{# When building htmlhelp (CHM format) disable JQuery inclusion, #}
|
||||
{# as it causes problems in compiled CHM files. #}
|
||||
{# When building htmlhelp (CHM format) disable jQuery inclusion, #}
|
||||
{# as it causes problems in compiled CHM files. #}
|
||||
{% if builder != "htmlhelp" %}
|
||||
{{ super() }}
|
||||
<script type="text/javascript" src="{{ pathto('templatebuiltins.js', 1) }}"></script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue