Merge master into img-playground. Image support with new management features. Missing...
[redakcja.git] / apps / wiki_img / templates / wiki_img / document_create_missing.html
diff --git a/apps/wiki_img/templates/wiki_img/document_create_missing.html b/apps/wiki_img/templates/wiki_img/document_create_missing.html
deleted file mode 100644 (file)
index 351e87a..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-{% extends "wiki/base.html" %}
-{% load i18n %}
-
-{% block leftcolumn %}
-       <form enctype="multipart/form-data" method="POST" action="">
-       {{ form.as_p }}
-
-       <p><button type="submit">{% trans "Create document" %}</button></p>
-       </form>
-{% endblock leftcolumn %}
-
-{% block rightcolumn %}
-{% endblock rightcolumn %}
\ No newline at end of file