Update web/core/views.py
This commit is contained in:
parent
4b54275780
commit
8fbc0c5e29
@ -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():
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user