Fix typos in module path names from last commit.
This commit is contained in:
		
							parent
							
								
									f6bbcc7ee3
								
							
						
					
					
						commit
						bef4637016
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -1,5 +1,5 @@ | |||
| from django.contrib import admin | ||||
| from conservancy.apps.event.models import EventTag, Event, EventMedia | ||||
| from conservancy.apps.events.models import EventTag, Event, EventMedia | ||||
| 
 | ||||
| admin.site.register(EventTag) | ||||
| 
 | ||||
|  |  | |||
|  | @ -1,5 +1,5 @@ | |||
| from django.contrib import admin | ||||
| from conservancy.app.Supporter.models import Supporter | ||||
| from conservancy.apps.supporters.models import Supporter | ||||
| 
 | ||||
| class SupporterAdmin(admin.ModelAdmin): | ||||
|     list_display = ('display_name', 'display_until_date') | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Bradley M. Kuhn
						Bradley M. Kuhn