fnp
/
redakcja.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
2b8939e0b0d0e9c0fd0f4a793a8a9610fcfc9371
[redakcja.git]
/
apps
/
wiki
/
templates
/
wiki
/
chunk_add.html
1
{% extends "wiki/base.html" %}
2
{% load i18n %}
3
4
{% block leftcolumn %}
5
<form enctype="multipart/form-data" method="POST" action="">
6
{{ form.as_p }}
7
8
<p><button type="submit">{% trans "Add chunk" %}</button></p>
9
</form>
10
{% endblock leftcolumn %}
11
12
{% block rightcolumn %}
13
{% endblock rightcolumn %}