{% 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 %}

Once you have added your EVE API key, don't forget to apply in game, as well as add an application through our HR system.

{% endblock %}