fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge branch 'master' of stigma:platforma
[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
3599dfe
..0000000
--- a/
project/templates/explorer/panels/htmleditor.html
+++ /dev/null
@@
-1,16
+0,0 @@
-{% load toolbar_tags %}
-{% toolbar toolbar_groups toolbar_extra_group %}
-
-{{ html|safe }}
-
-<script type="text/javascript" charset="utf-8">
-panel_hooks = {
- load: function()
-
- {
- },
- unload: function() {
-
- }
-};
-</script>