fnp
/
redakcja.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Updates of the main view.
[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
this._endload();
10
},
11
unload: function() {
12
13
}
14
};
15
</script>