{% extends "base.html" %} {% block title %}Update EVE API Key{% endblock %} {% block content %}

Please update your API key as provided on the EVE Online API page and a optional description.

{% include "formtools/formerror.html" %} {% include "formtools/formfield.html" with field=form.api_user_id %} {% include "formtools/formfield.html" with field=form.api_key class="xxlarge" %} {% include "formtools/formfield.html" with field=form.description class="xxlarge" %} {% csrf_token %}
{% endblock %}