Update web/core/views.py
This commit is contained in:
@@ -342,6 +342,7 @@ def import_wizard(request):
|
|||||||
"Date",
|
"Date",
|
||||||
"Date Edited",
|
"Date Edited",
|
||||||
])
|
])
|
||||||
|
|
||||||
if request.method == "POST":
|
if request.method == "POST":
|
||||||
form = ImportForm(request.POST, request.FILES)
|
form = ImportForm(request.POST, request.FILES)
|
||||||
if form.is_valid():
|
if form.is_valid():
|
||||||
|
|||||||
Reference in New Issue
Block a user