Ticket #10538: 10538_html_id_prefix.diff
File 10538_html_id_prefix.diff, 593 bytes (added by , 16 years ago) |
---|
-
django/contrib/admindocs/templates/admin_doc/model_index.html
diff --git a/django/contrib/admindocs/templates/admin_doc/model_index.html b/django/contrib/admindocs/templates/admin_doc/model_index.html index 702fdff..4dd7caa 100644
a b 14 14 <div id="content-main"> 15 15 {% for group in grouped_models %} 16 16 <div class="module"> 17 <h2 id=" {{ group.grouper }}">{{ group.grouper|capfirst }}</h2>17 <h2 id="app-{{ group.grouper }}">{{ group.grouper|capfirst }}</h2> 18 18 19 19 <table class="xfull"> 20 20 {% for model in group.list %}