Files
test-auth/app/eve_api/templates/eve_api/update.html
2011-07-19 16:02:20 +01:00

20 lines
435 B
HTML

{% extends "base.html" %}
{% block title %}Update EVE API Key{% endblock %}
{% block content %}
<p>Please update your API key as provided on the <a
href="http://eve-online.com/api">EVE Online API
page</a> and a optional description.</p>
<form action="{% url eveapi-update acc.api_user_id %}" method="post">
<table>
{{ form.as_table }}
</table>
<br />
{% csrf_token %}
<input type="submit" value="Add Key" />
</form>
{% endblock %}