bug in creating new authors

pull/1/head
eric 2014-01-30 13:02:50 -05:00
parent 3906bc0a7b
commit 3f80d24424
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
<p>
<b>Authors</b>:
{% if edition.authors or edition.new_author_names %}
{% if edition.pk and edition.authors or edition.new_author_names %}
<ul>
{% if edition.pk and edition.authors %}
{% for author in edition.authors.all %}