navbar dropdown style
This commit is contained in:
		
					parent
					
						
							
								3cd89e244e
							
						
					
				
			
			
				commit
				
					
						cca555e681
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -1,7 +1,7 @@
 | 
			
		|||
{% load cms_tags %}
 | 
			
		||||
 | 
			
		||||
<div class="dropdown highlights-dropdown">
 | 
			
		||||
  <a class="dropdown-toggle url-init nav-link" href="{{ instance.url }}" 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.url }}" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">{{ instance.text }} <span class="caret"></span></a>
 | 
			
		||||
  <ul class="dropdown-menu">
 | 
			
		||||
    {% for plugin in instance.child_plugin_instances %}
 | 
			
		||||
        {% render_plugin plugin %}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue