fileType
This commit is contained in:
parent
5caee0aa09
commit
d638ffb50d
|
@ -233,7 +233,7 @@ def deleteFile(request):
|
|||
|
||||
def fileList(request):
|
||||
category = request.POST.get("category", '')
|
||||
typ = request.POST.get("type", '')
|
||||
typ = request.POST.get("fileType", '')
|
||||
search = request.POST.get("search", '')
|
||||
page = request.POST.get("page", 1)
|
||||
qset = File.objects.all()
|
||||
|
|
Loading…
Reference in New Issue
Block a user