mirror of
				https://github.com/netbox-community/netbox.git
				synced 2024-05-10 07:54:54 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			454 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			454 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <div class="row" style="padding-bottom: 20px">
 | |
|     <div class="col-md-12 text-center">
 | |
|         <form action="{% url 'search' %}" method="get" class="form-inline">
 | |
|             <input type="text" name="q" value="{{ request.GET.q }}" placeholder="Search" id="id_q" class="form-control" style="width: 350px" />
 | |
|             {{ search_form.obj_type }}
 | |
|             <button type="submit" class="btn btn-primary">Search</button>
 | |
|         </form>
 | |
|     </div>
 | |
| </div>
 |