Fixed iframe url for embedding

This commit is contained in:
Fergal Moran
2013-07-25 16:36:36 +01:00
parent f1234717b1
commit 795b7ebbe6

View File

@@ -22,7 +22,7 @@ def mix(request, **args):
"title": mix.title,
"image_url": image,
"audio_url": audio_url,
"mix_url": 'http://%s%s' % (Site.objects.get_current().domain, mix_url)
"mix_url": 'http://%smix/%s' % (Site.objects.get_current().domain, mix_url)
}
response = render_to_response(
'inc/embed/mix.html',