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:
Adrian Holovaty 2005-07-29 22:51:25 +00:00
parent 5002b44f28
commit b3e8b20b3e
1 changed files with 2 additions and 2 deletions

View File

@ -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>
""" """