# HG changeset patch # User grandjoncl # Date 1348738506 -7200 # Node ID 0f8e34108677aeba805493b19e89725e1aaa74a9 # Parent 2ed891cf8c440b2cd0e27abf962f615166a175f4 Embed_player is now the same as Raphael's version Correction of the error_confirm page in case of popup (for projects' popup) diff -r 2ed891cf8c44 -r 0f8e34108677 src/ldt/ldt/ldt_utils/templates/ldt/ldt_utils/error_confirm_popup.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/ldt/ldt/ldt_utils/templates/ldt/ldt_utils/error_confirm_popup.html Thu Sep 27 11:35:06 2012 +0200 @@ -0,0 +1,61 @@ +{% extends "ldt/ldt_raw_base.html" %} + +{% load i18n %} {# form of creation of content #} + +{% block js_import %} + {{ block.super }} + + +{% endblock %} + +{% block css_import %} + {{ block.super }} + {{ content_form.media.css }} + + +{% endblock %} + + +{% block js_declaration %} + +{% endblock %} + +{% block body %} + +