fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Save form now adds "stage finished" info correctly + some translations.
[redakcja.git]
/
apps
/
wiki
/
templates
/
wiki
/
tabs
/
wysiwyg_editor.html
diff --git
a/apps/wiki/templates/wiki/tabs/wysiwyg_editor.html
b/apps/wiki/templates/wiki/tabs/wysiwyg_editor.html
index
dbf1b6a
..
5e3c46f
100644
(file)
--- a/
apps/wiki/templates/wiki/tabs/wysiwyg_editor.html
+++ b/
apps/wiki/templates/wiki/tabs/wysiwyg_editor.html
@@
-1,3
+1,4
@@
+{% load i18n %}
<div id="simple-editor" class="editor" style="display: none">
<div id="html-view" class="htmlview">
</div>
<div id="simple-editor" class="editor" style="display: none">
<div id="html-view" class="htmlview">
</div>
@@
-5,10
+6,10
@@
<div class="toolbar">
{% if not document_info.readonly %}
<button id="insert-theme-button">
<div class="toolbar">
{% if not document_info.readonly %}
<button id="insert-theme-button">
- Wstaw motyw
+ {% trans "Insert theme" %}
</button>
<button id="insert-annotation-button">
</button>
<button id="insert-annotation-button">
- Wstaw przypis
+ {% trans "Insert annotation" %}
</button>
{% endif %}
<div class="toolbar-end">
</button>
{% endif %}
<div class="toolbar-end">