{% extends "base.html" %} {% block title %}New Authentication Key{% endblock %} {% block content %}

New Authentication Key

{% csrf_token %} {{ form.as_p }}
{% load static %} {% endblock %}