0350aa635990caeab6e797ae85ca7f2ecac7937c
[redakcja.git] / apps / wiki / templates / wiki / book_append_to.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 "Append book" %}</button></p>
9         </form>
10 {% endblock leftcolumn %}
11
12 {% block rightcolumn %}
13 {% endblock rightcolumn %}