mirror of
				https://github.com/encode/django-rest-framework.git
				synced 2025-11-04 09:57:55 +03:00 
			
		
		
		
	fix: navbar dropdown urls
This commit is contained in:
		
							parent
							
								
									f75a6526a2
								
							
						
					
					
						commit
						736f378b3e
					
				| 
						 | 
				
			
			@ -115,8 +115,8 @@
 | 
			
		|||
              </div>
 | 
			
		||||
            </div>
 | 
			
		||||
          </div>
 | 
			
		||||
 | 
			
		||||
          <!-- Modal End -->
 | 
			
		||||
 | 
			
		||||
          <div class="row-fluid">
 | 
			
		||||
            <div class="span3">
 | 
			
		||||
              <div id="table-of-contents">
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -38,8 +38,7 @@
 | 
			
		|||
            <li>
 | 
			
		||||
              <!-- prettier-ignore -->
 | 
			
		||||
              <a {% if nav_item.active %} class="dropdown-item active" {% else %} class="dropdown-item" {% endif %}
 | 
			
		||||
              
 | 
			
		||||
              href="#">{{ nav_item.title }}</a>
 | 
			
		||||
              href="{{ nav_item.url|url }}">{{ nav_item.title }}</a>
 | 
			
		||||
            </li>
 | 
			
		||||
            {% endfor %}
 | 
			
		||||
          </ul>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user