X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/86f05630842437fb68b7dfa1fe50607a49826c86..0bb67240e8bc535ec703e34262487ba902c91079:/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 index 000000000..e0f71099b --- /dev/null +++ b/src/wolnelektury/templates/post_test.html @@ -0,0 +1,8 @@ +{% extends "base/base.html" %} + +{% block body %} +
+ {% csrf_token %} + +
+{% endblock body %}