Fixed iframe url

This commit is contained in:
Fergal Moran
2013-07-25 16:48:33 +01:00
parent 2d8368b408
commit 1141522451

View File

@@ -26,7 +26,7 @@ def get_template_ex(request, template_name):
@not_minified_response
def get_embed_codes_dialog(request, slug):
payload = {
'embed_code': 'http://%s/mix/embed/%s' % (Site.objects.get_current().domain, slug)
'embed_code': 'http://%s/embed/mix/%s' % (Site.objects.get_current().domain, slug)
}
return render_to_response(
'views/dlg/EmbedCodes.html',