X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/04d0cece8a2b35683f8792de333e3ea76ff51139..ea221b2bc448ce22dfda4f1ead2968fa7de31771:/src/wolnelektury/views.py diff --git a/src/wolnelektury/views.py b/src/wolnelektury/views.py index 28ce22374..a5db0a83f 100644 --- a/src/wolnelektury/views.py +++ b/src/wolnelektury/views.py @@ -196,4 +196,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/'})