From a50c6f1f24afc45124a1d4433794bfacd645851d Mon Sep 17 00:00:00 2001 From: Jacob Kaplan-Moss Date: Wed, 1 Apr 2009 21:33:22 +0000 Subject: [PATCH] Fixed #10538: use a prefix for HTML ids on the admin doc page to avoid conflicts with existing elements. Thanks, Justin Lilly. git-svn-id: http://code.djangoproject.com/svn/django/trunk@10343 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 %}