fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
post test
[wolnelektury.git]
/
src
/
wolnelektury
/
templates
/
post_test.html
diff --git a/src/wolnelektury/templates/post_test.html
b/src/wolnelektury/templates/post_test.html
new file mode 100644
(file)
index 0000000..
e0f7109
--- /dev/null
+++ b/
src/wolnelektury/templates/post_test.html
@@ -0,0
+1,8
@@
+{% extends "base/base.html" %}
+
+{% block body %}
+ <form method="post" action="{{ action }}">
+ {% csrf_token %}
+ <input type="submit" value="send post"/>
+ </form>
+{% endblock body %}