set the default

pull/1/head
eric 2015-11-13 16:49:01 -05:00
parent de6e0e8bec
commit 462ce137f0
1 changed files with 1 additions and 1 deletions

View File

@ -493,7 +493,7 @@ def edition_uploads(request, edition_id):
})
return render(request, 'edition_uploads.html', context )
def add_subject(subject_name,work, authority=None):
def add_subject(subject_name,work, authority=''):
try:
subject= models.Subject.objects.get(name=subject_name)
except models.Subject.DoesNotExist: