From 3f80d24424537f0dc7f110b5d0f6c65eed2d5952 Mon Sep 17 00:00:00 2001 From: eric Date: Thu, 30 Jan 2014 13:02:50 -0500 Subject: [PATCH 1/4] bug in creating new authors --- frontend/templates/new_edition.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/templates/new_edition.html b/frontend/templates/new_edition.html index ecf3bc50..ca1d3bc4 100644 --- a/frontend/templates/new_edition.html +++ b/frontend/templates/new_edition.html @@ -26,7 +26,7 @@

Authors: - {% if edition.authors or edition.new_author_names %} + {% if edition.pk and edition.authors or edition.new_author_names %}