{% extends 'allianceauth/base.html' %} {% load bootstrap %} {% block page_title %}Charlink{% endblock page_title %} {% block content %}

Character Linking

Login Form

Select the apps you want to link from the list. You will be redirected to eveonline website to authenticate and provide the token with all the scopes needed.


{% csrf_token %} {{ form|bootstrap }}

Applications Info

{% for app in apps %} {{ app.field_label }}

Scopes: {{ app.scopes|unordered_list|safe }} {% if not forloop.last %}
{% endif %} {% endfor %}
{% endblock content %}