Save form now adds "stage finished" info correctly + some translations.
[redakcja.git] / apps / wiki / templates / wiki / document_create_missing.html
index 0dcf378..351e87a 100644 (file)
@@ -1,13 +1,13 @@
 {% extends "wiki/base.html" %}
+{% load i18n %}
 
 {% block leftcolumn %}
        <form enctype="multipart/form-data" method="POST" action="">
        {{ form.as_p }}
 
-       <p><button type="submit">Stwórz utwór</button></p>
+       <p><button type="submit">{% trans "Create document" %}</button></p>
        </form>
 {% endblock leftcolumn %}
 
 {% block rightcolumn %}
-
 {% endblock rightcolumn %}
\ No newline at end of file