fnp
/
redakcja.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
9b22825182c15b5beb3c26cd6a8bf83ce4833aa3
[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>