From b3e8b20b3eb6af376e57036275bf326349ca6190 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Fri, 29 Jul 2005 22:51:25 +0000 Subject: [PATCH] Changed template in tests.builddocs git-svn-id: http://code.djangoproject.com/svn/django/trunk@350 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- tests/builddocs.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/builddocs.py b/tests/builddocs.py index 191d62838a..a02c7a826d 100755 --- a/tests/builddocs.py +++ b/tests/builddocs.py @@ -15,10 +15,10 @@ MODEL_DOC_TEMPLATE = """ {{ blurb }}

Model source code

-
{{ model_source }}
+
{{ model_source }}

Sample API usage

-
{{ api_usage }}
+
{{ api_usage }}
"""