When clicking to delete an author, redirects to normal submission->authors page, rather than back_content plugin. Seems to stem from using delete_author function in submission/views.py (called in templates/back_content/article.html at lines 99-100), which ends with return redirect(reverse('submit_authors', kwargs={'article_id': article_id})).