mirror of
https://github.com/fergalmoran/dss.git
synced 2026-01-07 09:26:18 +00:00
Fixed iframe url for embedding
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user