diff --git a/templates/publishers.html b/templates/publishers.html index f6f8eab..2c890af 100644 --- a/templates/publishers.html +++ b/templates/publishers.html @@ -8,7 +8,7 @@ {% for publisher in publishers %} - {{publisher.name}} + {{publisher.name}} {% endfor %}