{% extends "public/base.html" %} {% load staticfiles %} {% block title %}Alliance Auth{% endblock %} {% block page_title %}Something something here{% endblock page_title %} {% block extra_css %}{% endblock extra_css %} {% block content %}

ONE API KEY ONLY ONE SERIOUSLY ONE! BECUASE ONE

{% csrf_token %}

API_ID:
{{form.api_id.errors}} {{form.api_id}}
API_KEY:
{{form.api_key.errors}} {{form.api_key}}

{% endblock content %}