fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
make dvcs models abstract,
[redakcja.git]
/
apps
/
wiki
/
templates
/
wiki
/
chunk_add.html
diff --git
a/apps/wiki/templates/wiki/chunk_add.html
b/apps/wiki/templates/wiki/chunk_add.html
index
2b8939e
..
836c34d
100755
(executable)
--- a/
apps/wiki/templates/wiki/chunk_add.html
+++ b/
apps/wiki/templates/wiki/chunk_add.html
@@
-3,6
+3,7
@@
{% block leftcolumn %}
<form enctype="multipart/form-data" method="POST" action="">
+ {% csrf_token %}
{{ form.as_p }}
<p><button type="submit">{% trans "Add chunk" %}</button></p>