Closes #1100: Add a "view all" link to completed bulk import views is_pool for prefixes

This commit is contained in:
Jeremy Stretch
2017-05-03 15:27:26 -04:00
parent c3f770cd58
commit a3218274ac
7 changed files with 24 additions and 10 deletions

View File

@@ -395,6 +395,7 @@ class BulkImportView(View):
return render(request, "import_success.html", {
'table': obj_table,
'return_url': self.default_return_url,
})
except IntegrityError as e: