Extra file upload fields, delete files w/ draft
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
from django.shortcuts import render
|
||||
from django.http import JsonResponse
|
||||
from django.shortcuts import render
|
||||
from django.views.generic import FormView, DetailView
|
||||
|
||||
from .forms import FileForm
|
||||
|
Reference in New Issue
Block a user