fix in librarian
[wolnelektury.git] / apps / wolnelektury_core / templates / piston / authorize_token.html
index 0fd06f8..87450a2 100755 (executable)
@@ -9,7 +9,7 @@
        <div class="normal-text">
     <p>{% 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 'piston.authentication.oauth_user_auth' %}" method="POST">
     {% csrf_token %}
       {{ form.as_p }}
       <button type="submit">Confirm</button>