Files
test-auth/templates/sso/eveapi.html
2010-03-01 02:20:18 +01:00

9 lines
228 B
HTML

<p>Please fill in your API key as provided on the <a
href="http://eve-online.com/api">EVE Online API
page</a></p>
<form action="/profile/add/eveapi" method="post">
{{ form.as_p }}
<input type="submit" value="Submit" />
</form>