diff --git a/fet2020/fet2020/urls.py b/fet2020/fet2020/urls.py index 02facb86..9b118f0a 100644 --- a/fet2020/fet2020/urls.py +++ b/fet2020/fet2020/urls.py @@ -42,7 +42,6 @@ urlpatterns = [ path("posts/", include("posts.urls")), path("tasks/", include("tasks.urls"), name="tasks"), path("intern/", include("intern.urls"), name="intern"), - path('pages/', include('django.contrib.flatpages.urls')), path( "sitemap.xml", sitemap,