Usunięcie nieużywanych już paneli.
[redakcja.git] / project / templates / explorer / panels / htmleditor.html
diff --git a/project/templates/explorer/panels/htmleditor.html b/project/templates/explorer/panels/htmleditor.html
deleted file mode 100644 (file)
index d27d8cc..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-{% load toolbar_tags %}
-{% toolbar toolbar_groups toolbar_extra_group %}
-
-{{ html|safe }}
-
-<script type="text/javascript" charset="utf-8">
-panel_hooks = {
-       load: function() {
-            this._endload();   
-       },
-       unload: function() {
-
-       }
-};
-</script>