fnp
/
redakcja.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'master' into with-dvcs
[redakcja.git]
/
apps
/
wiki
/
templates
/
wiki
/
tabs
/
source_editor.html
1
{% load toolbar_tags i18n %}
2
<div id="source-editor" class="editor">
3
{% if not readonly %}{% toolbar %}{% endif %}
4
<textarea id="codemirror_placeholder"><br/></textarea>
5
</div>