fnp
/
redakcja.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Refactor kodu paneli. WysyĆanie danych do save().
[redakcja.git]
/
project
/
templates
/
explorer
/
panels
/
dceditor.html
1
<div class="panel-dceditor">
2
<form action="{{ request.get_full_path }}" method="post" accept-charset="utf-8">
3
{{ form }}
4
<p><input type="submit" value="Continue →"/></p>
5
</form>
6
</div>
7
<script type="text/javascript" charset="utf-8">
8
panel_hooks = { };
9
</script>