diff --git a/symposion/templates/sponsorship/_sponsor_link.html b/symposion/templates/sponsorship/_sponsor_link.html index 39d9aadee8f8b945194db280c70ec5973c9a5b94..98f5408b25fd61378ffa49eac297a3946084b761 100644 --- a/symposion/templates/sponsorship/_sponsor_link.html +++ b/symposion/templates/sponsorship/_sponsor_link.html @@ -2,9 +2,9 @@ {% spaceless %} {% if dimensions %} - {{ sponsor.name }} + {{ sponsor.name }} {% else %} - {{ sponsor.name }} + {{ sponsor.name }} {% endif %} {% endspaceless %}