mirror of
https://github.com/django/django.git
synced 2025-07-19 09:09:13 +00:00
[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
This commit is contained in:
parent
647ff3f1ac
commit
c7a16bc6e0
@ -14,7 +14,7 @@
|
||||
<div id="content-main">
|
||||
{% for group in grouped_models %}
|
||||
<div class="module">
|
||||
<h2 id="{{ group.grouper }}">{{ group.grouper|capfirst }}</h2>
|
||||
<h2 id="app-{{ group.grouper }}">{{ group.grouper|capfirst }}</h2>
|
||||
|
||||
<table class="xfull">
|
||||
{% for model in group.list %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user