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

{{ form.as_p }}
{% endblock %}