Fix URLs append

This commit is contained in:
Scot Hacker 2019-03-16 01:00:10 -07:00
parent 9ba7e78bf3
commit 900bc71284

View file

@ -88,4 +88,4 @@ urlpatterns.extend([
'import_csv/',
views.import_csv,
name="import_csv"),
]
])