fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
More Py3 compatibility fixes.
[wolnelektury.git]
/
src
/
wolnelektury
/
templates
/
post_test.html
1
{% extends "base/base.html" %}
2
3
{% block body %}
4
<form method="post" action="{{ action }}">
5
{% csrf_token %}
6
<input type="submit" value="send post"/>
7
</form>
8
{% endblock body %}