fnp
/
redakcja.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
a230133e7f901ff0d54b5cee31331f4e39050def
[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 %}