X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/5a02467a3a6572eb62cc381b30dbb7143dd6742a..94f9a6717f21ac603b3e6c02b97a69b084c09a3f:/src/wolnelektury/templates/piston/authorize_token.html?ds=inline

diff --git a/src/wolnelektury/templates/piston/authorize_token.html b/src/wolnelektury/templates/piston/authorize_token.html
index 03131c713..e54f70136 100755
--- a/src/wolnelektury/templates/piston/authorize_token.html
+++ b/src/wolnelektury/templates/piston/authorize_token.html
@@ -11,7 +11,7 @@
       {% blocktrans %}Confirm to authorize access to Wolne Lektury as user <strong>{{ user}}</strong>.{% endblocktrans %}
     </p>
 
-    <form action="{% url 'piston.authentication.oauth_user_auth' %}" method="POST">
+    <form action="{% url 'oauth_user_auth' %}" method="POST">
       {% csrf_token %}
       {{ form.as_p }}
       <button type="submit">{% trans "Confirm" %}</button>