fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
e0f71099b9334a8925d9ceb828ddc5b60f154f79
[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 %}