diff --git a/pandora/user/views.py b/pandora/user/views.py index d73fa2757..a69a2c20c 100644 --- a/pandora/user/views.py +++ b/pandora/user/views.py @@ -572,7 +572,7 @@ def contact(request): 'name': name, 'from': email, 'sitename': settings.SITENAME, - 'to': email_to, + 'to': email_to[0], 'subject': subject, 'message': data['message'].strip(), 'url': request.build_absolute_uri('/'),