Changed template in tests.builddocs
git-svn-id: http://code.djangoproject.com/svn/django/trunk@350 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
5002b44f28
commit
b3e8b20b3e
|
@ -15,10 +15,10 @@ MODEL_DOC_TEMPLATE = """
|
||||||
{{ blurb }}
|
{{ blurb }}
|
||||||
|
|
||||||
<h2>Model source code</h2>
|
<h2>Model source code</h2>
|
||||||
<pre>{{ model_source }}</pre>
|
<pre class="literal-block">{{ model_source }}</pre>
|
||||||
|
|
||||||
<h2>Sample API usage</h2>
|
<h2>Sample API usage</h2>
|
||||||
<pre>{{ api_usage }}</pre>
|
<pre class="literal-block">{{ api_usage }}</pre>
|
||||||
</div>
|
</div>
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue