Update navbar_dropdown.html
This commit is contained in:
		
					parent
					
						
							
								6ff03d8f48
							
						
					
				
			
			
				commit
				
					
						ccf55acbaf
					
				
			
		
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -1,10 +1,10 @@
 | 
				
			||||||
{% load cms_tags %}
 | 
					{% load cms_tags %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<div class="dropdown highlights-dropdown">
 | 
					<div class="dropdown highlights-dropdown">
 | 
				
			||||||
  <a class="dropdown-toggle url-init dcl-link" href="{{ instance.url|default:'#' }}" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">{{ instance.text }} <span class="caret"></span></a>
 | 
					  <a class="dropdown-toggle url-init dcl-link" href="{{ instance.target|default:'#' }}" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">{{ instance.text }} <span class="caret"></span></a>
 | 
				
			||||||
  <ul class="dropdown-menu">
 | 
					  <ul class="dropdown-menu">
 | 
				
			||||||
    {% for plugin in instance.child_plugin_instances %}
 | 
					    {% for plugin in instance.child_plugin_instances %}
 | 
				
			||||||
        {% render_plugin plugin %}
 | 
					        {% render_plugin plugin %}
 | 
				
			||||||
    {% endfor %}
 | 
					    {% endfor %}
 | 
				
			||||||
  </ul>
 | 
					  </ul>
 | 
				
			||||||
</div>
 | 
					</div>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue