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

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

{{ form.as_table }}

{% csrf_token %}
{% endblock %}