Remove unused ^comic/$ url
This commit is contained in:
		
					parent
					
						
							
								098a9065f1
							
						
					
				
			
			
				commit
				
					
						15e435d220
					
				
			
		
					 1 changed files with 0 additions and 3 deletions
				
			
		|  | @ -57,9 +57,6 @@ urlpatterns += i18n_patterns( | |||
|     url(r'^blog/$', | ||||
|         RedirectView.as_view(url=reverse_lazy('ungleich:post-list')), | ||||
|         name='blog_list_view'), | ||||
|     url(r'^comic/$', | ||||
|         ungleich_views.PostListViewUngleich.as_view(category='comic'), | ||||
|         name='comic_post_list_view'), | ||||
|     url(r'^cms/', include('cms.urls')), | ||||
|     url(r'^blog/', include('djangocms_blog.urls', namespace='djangocms_blog')), | ||||
|     url(r'^$', RedirectView.as_view(url='/cms') if REDIRECT_TO_CMS | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue