Mercurial > public > sg101
diff static/js/tiny_mce/plugins/template/blank.htm @ 312:88b2b9cb8c1f
Fixing #142; cut over to the django.contrib.staticfiles app.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Thu, 27 Jan 2011 02:56:10 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/static/js/tiny_mce/plugins/template/blank.htm Thu Jan 27 02:56:10 2011 +0000 @@ -0,0 +1,12 @@ +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> + <title>blank_page</title> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> + <script type="text/javascript"> + parent.TemplateDialog.loadCSSFiles(document); + </script> +</head> +<body id="mceTemplatePreview" class="mceContentBody"> + +</body> +</html>