X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/7094d00cd82535cfd1db00e7bd85e2a01161da83..07689901a9bf30daeccf8a1ceb7193fe771eb3ac:/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 new file mode 100644 index 00000000..351e87a2 --- /dev/null +++ b/apps/wiki_img/templates/wiki_img/document_create_missing.html @@ -0,0 +1,13 @@ +{% extends "wiki/base.html" %} +{% load i18n %} + +{% block leftcolumn %} +
+ {{ form.as_p }} + +

+
+{% endblock leftcolumn %} + +{% block rightcolumn %} +{% endblock rightcolumn %} \ No newline at end of file