Extra file upload fields, delete files w/ draft

This commit is contained in:
Carl van Tonder
2018-04-30 22:17:18 -04:00
parent f4c21006de
commit e43c32b843
4 changed files with 45 additions and 21 deletions

View File

@ -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