X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/10f48e60a7f7499a6602098fc44298e05d05af50..d798a69cb177ba4dabd2d917e1da6ab94707aa7d:/project/templates/explorer/editor.html

diff --git a/project/templates/explorer/editor.html b/project/templates/explorer/editor.html
index 6dce9047..b3a2e4c6 100644
--- a/project/templates/explorer/editor.html
+++ b/project/templates/explorer/editor.html
@@ -34,9 +34,11 @@
 {% endblock %}
 
 {% block message-box %}
+    <div class="msg-info" id="save-waiting"><p>Zapisuję dane na serwerze.</p><p class="data" /></div>
     <div class="msg-success" id="save-successful"><p>Zapisano :)</p><p class="data" /></div>
     <div class="msg-error" id="save-error"><p>Błąd przy zapisie.</p> <p class="data" /></div>
     <div class="msg-warning" id="not-implemented"><p>Tej funkcji jeszcze nie ma :(</p><p class="data" /></div>
+    <div class="msg-warning" id="save-warn"><p>Zapisano. Uwagi: (</p><p class="data" /></div>
 {% endblock %}
 
 {% block maincontent %}