Publication button works, but need better error messages.
[redakcja.git] / apps / wiki / templates / wiki / document_create_missing.html
diff --git a/apps/wiki/templates/wiki/document_create_missing.html b/apps/wiki/templates/wiki/document_create_missing.html
new file mode 100644 (file)
index 0000000..a230133
--- /dev/null
@@ -0,0 +1,13 @@
+{% extends "wiki/base.html" %}
+
+{% block leftcolumn %}
+       <form enctype="multipart/form-data" method="POST" action="">
+       {{ form.as_p }}
+       
+       <p><button type="submit">Stwórz utwór</button></p>
+       </form>
+{% endblock leftcolumn %}
+
+{% block rightcolumn %}        
+
+{% endblock rightcolumn %}
\ No newline at end of file