From c7a16bc6e0cf75144a644678b94cf22a99e22030 Mon Sep 17 00:00:00 2001 From: Jacob Kaplan-Moss Date: Wed, 1 Apr 2009 21:35:00 +0000 Subject: [PATCH] [1.0.X] Fixed #10538: use a prefix for HTML ids on the admin doc page to avoid conflicts with existing elements. Thanks, Justin Lilly. Backport of r10343 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10344 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/contrib/admindocs/templates/admin_doc/model_index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/contrib/admindocs/templates/admin_doc/model_index.html b/django/contrib/admindocs/templates/admin_doc/model_index.html index 702fdff329..4dd7caa2a6 100644 --- a/django/contrib/admindocs/templates/admin_doc/model_index.html +++ b/django/contrib/admindocs/templates/admin_doc/model_index.html @@ -14,7 +14,7 @@
{% for group in grouped_models %}
-

{{ group.grouper|capfirst }}

+

{{ group.grouper|capfirst }}

{% for model in group.list %}