Some changes that somehow got lost on my file system.
[redakcja.git] / apps / wiki / templates / wiki / document_create_missing.html
1 {% extends "wiki/base.html" %}
2
3 {% block leftcolumn %}
4         <form enctype="multipart/form-data" method="POST" action="">
5         {{ form.as_p }}
6
7         <p><button type="submit">Stwórz utwór</button></p>
8         </form>
9 {% endblock leftcolumn %}
10
11 {% block rightcolumn %}
12
13 {% endblock rightcolumn %}