fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add api for likes
[wolnelektury.git]
/
src
/
wolnelektury
/
templates
/
piston
/
authorize_token.html
diff --git
a/src/wolnelektury/templates/piston/authorize_token.html
b/src/wolnelektury/templates/piston/authorize_token.html
index
03131c7
..
e54f701
100755
(executable)
--- 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>
{% 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>
{% csrf_token %}
{{ form.as_p }}
<button type="submit">{% trans "Confirm" %}</button>