diff --git a/mamweb/urls.py b/mamweb/urls.py index 5e52b1d4..999ffc90 100644 --- a/mamweb/urls.py +++ b/mamweb/urls.py @@ -19,8 +19,6 @@ urlpatterns = patterns('', url(r'^comments_dj/', include('django_comments.urls')), url(r'^comments_fl/', include('fluent_comments.urls')), - # Obsah - flatpages - url(r'^', include('django.contrib.flatpages.urls')), # Pozor: musi byt posledni ) # This is only needed when using runserver.