[finish #27522103] clear rightsholder creation form when new rightsholder successfully created

pull/1/head
eric 2012-04-07 15:31:11 -04:00
parent 773b0fb568
commit 163c7a924a
1 changed files with 1 additions and 0 deletions

View File

@ -850,6 +850,7 @@ def rh_admin(request):
pending_formset = PendingFormSet (queryset=pending_data)
if form.is_valid():
form.save()
form = RightsHolderForm()
if 'set_claim_status' in request.POST.keys():
pending_formset = PendingFormSet (request.POST, request.FILES, queryset=pending_data)
form = RightsHolderForm()