Fix typo in list_filter
This commit is contained in:
		
							parent
							
								
									0bc99d8fdb
								
							
						
					
					
						commit
						18fc3bd4a7
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								vendor/symposion/schedule/admin.py
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/symposion/schedule/admin.py
									
										
									
									
										vendored
									
									
								
							|  | @ -63,7 +63,7 @@ class SessionAdmin(admin.ModelAdmin): | |||
|     model = Session, | ||||
|     filter_vertical=["slots"] | ||||
|     list_display=("day","start","end","room_names") | ||||
|     list__filter=("slot__slotroom__room","day") | ||||
|     list_filter=("slots__slotroom__room","day") | ||||
| 
 | ||||
| admin.site.register(Day) | ||||
| admin.site.register( | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 James Polley
						James Polley