fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
translation update
[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
a768238
..
03131c7
100755
(executable)
--- a/
src/wolnelektury/templates/piston/authorize_token.html
+++ b/
src/wolnelektury/templates/piston/authorize_token.html
@@
-14,7
+14,7
@@
<form action="{% url 'piston.authentication.oauth_user_auth' %}" method="POST">
{% csrf_token %}
{{ form.as_p }}
- <button type="submit">
Confirm
</button>
+ <button type="submit">
{% trans "Confirm" %}
</button>
</form>
</div>
{% endblock %}