fnp
/
redakcja.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'master' of git@stigma:platforma
[redakcja.git]
/
project
/
templates
/
explorer
/
panels
/
htmleditor.html
1
{% load toolbar_tags %}
2
{% toolbar toolbar_groups toolbar_extra_group %}
3
4
{{ html|safe }}
5
6
<script type="text/javascript" charset="utf-8">
7
panel_hooks = {
8
load: function()
9
10
{
11
},
12
unload: function() {
13
14
}
15
};
16
</script>