Start replacing Piston in OAuth flow with OAuthLib.
[wolnelektury.git] / src / wolnelektury / views.py
index 28ce223..a5db0a8 100644 (file)
@@ -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/'})