fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
59c09e331c908d96d22cc87e4ef0a2ff6f0b0475
[wolnelektury.git]
/
apps
/
piston
/
templates
/
piston
/
authorize_token.html
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
2
"http://www.w3.org/TR/html4/strict.dtd">
3
<html>
4
<head>
5
<title>Authorize Token</title>
6
</head>
7
<body>
8
<h1>Authorize Token</h1>
9
10
<form action="{% url piston.authentication.oauth_user_auth %}" method="POST">
11
{{ form.as_table }}
12
</form>
13
14
</body>
15
</html>