Skip to content

Commit e5d755f

Browse files
committed
Reverting changes to urls
1 parent 7c25fff commit e5d755f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

validation/urls.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919

2020
from django.urls import path
2121
from django.views.generic import TemplateView
22-
from django.conf.urls.static import static
23-
from django.conf import settings
2422

2523
from . import views
2624

@@ -145,4 +143,4 @@
145143
template_name="validation/robots.txt", content_type="text/plain"
146144
),
147145
),
148-
] + static(settings.STATIC_URL, document_root=settings.STATIC_ROOT)
146+
]

0 commit comments

Comments
 (0)