fnp
/
redakcja.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
make dvcs models abstract,
[redakcja.git]
/
apps
/
wiki
/
templates
/
wiki
/
book_edit.html
1
{% extends "wiki/base.html" %}
2
{% load i18n %}
3
4
{% block leftcolumn %}
5
<form enctype="multipart/form-data" method="POST" action="">
6
{% csrf_token %}
7
{{ form.as_p }}
8
9
<p><button type="submit">{% trans "Save" %}</button></p>
10
</form>
11
{% endblock leftcolumn %}
12
13
{% block rightcolumn %}
14
{% endblock rightcolumn %}