X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/86f05630842437fb68b7dfa1fe50607a49826c86..0bb67240e8bc535ec703e34262487ba902c91079:/src/wolnelektury/views.py diff --git a/src/wolnelektury/views.py b/src/wolnelektury/views.py index 6108122c7..21151510d 100644 --- a/src/wolnelektury/views.py +++ b/src/wolnelektury/views.py @@ -191,4 +191,8 @@ def exception_test(request): if msg: raise Exception('Exception test: %s' % msg) else: - raise Exception('Exception test') \ No newline at end of file + raise Exception('Exception test') + + +def post_test(request): + return render(request, 'post_test.html', {'action': '/api/reading/jego-zasady/complete/'})