mirror of
				https://github.com/encode/django-rest-framework.git
				synced 2025-11-04 18:08:03 +03:00 
			
		
		
		
	Fix ul inner li
This commit is contained in:
		
							parent
							
								
									84e22cc2f3
								
							
						
					
					
						commit
						c96fa224c7
					
				| 
						 | 
					@ -9,12 +9,12 @@
 | 
				
			||||||
            {% for section_key, section in document.data|items %}
 | 
					            {% for section_key, section in document.data|items %}
 | 
				
			||||||
            <li data-toggle="collapse" data-target="#{{ section_key }}-dropdown" class="collapsed">
 | 
					            <li data-toggle="collapse" data-target="#{{ section_key }}-dropdown" class="collapsed">
 | 
				
			||||||
                <a><i class="fa fa-dot-circle-o fa-lg"></i> {% if section_key %}{{ section_key }}{% else %}API Endpoints{% endif %} <span class="arrow"></span></a>
 | 
					                <a><i class="fa fa-dot-circle-o fa-lg"></i> {% if section_key %}{{ section_key }}{% else %}API Endpoints{% endif %} <span class="arrow"></span></a>
 | 
				
			||||||
            </li>
 | 
					 | 
				
			||||||
                <ul class="sub-menu {% if section_key %}collapse{% endif %}" id="{{ section_key }}-dropdown">
 | 
					                <ul class="sub-menu {% if section_key %}collapse{% endif %}" id="{{ section_key }}-dropdown">
 | 
				
			||||||
                {% for link_key, link in section.links|items %}
 | 
					                {% for link_key, link in section.links|items %}
 | 
				
			||||||
                    <li><a href="#{{ section_key }}-{{ link_key }}">{{ link.title|default:link_key }}</a></li>
 | 
					                    <li><a href="#{{ section_key }}-{{ link_key }}">{{ link.title|default:link_key }}</a></li>
 | 
				
			||||||
                {% endfor %}
 | 
					                {% endfor %}
 | 
				
			||||||
                </ul>
 | 
					                </ul>
 | 
				
			||||||
 | 
					            </li>
 | 
				
			||||||
            {% endfor %}
 | 
					            {% endfor %}
 | 
				
			||||||
            {% endif %}
 | 
					            {% endif %}
 | 
				
			||||||
        </ul>
 | 
					        </ul>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user