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
@@ -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 %}