Revert "Registrasion URLs now include django-nested-admin"
This reverts commit 58eed33c429c1035801e840b41aa7104c02b9b5a.
This commit is contained in:
		
							parent
							
								
									9ec9e68ee6
								
							
						
					
					
						commit
						62d5c5b2bf
					
				
					 1 changed files with 1 additions and 5 deletions
				
			
		|  | @ -1,4 +1,4 @@ | |||
| from django.conf.urls import url, include, patterns | ||||
| from django.conf.urls import url, patterns | ||||
| 
 | ||||
| urlpatterns = patterns( | ||||
|     "registrasion.views", | ||||
|  | @ -10,8 +10,4 @@ urlpatterns = patterns( | |||
|     url(r"^register$", "guided_registration", name="guided_registration"), | ||||
|     url(r"^register/([0-9]+)$", "guided_registration", | ||||
|         name="guided_registration"), | ||||
| 
 | ||||
| 
 | ||||
|     # Required by django-nested-admin. | ||||
|     url(r'^nested_admin/', include('nested_admin.urls')), | ||||
| ) | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Christopher Neugebauer
						Christopher Neugebauer