{% extends "base.html" %} {% block title %}Authenticate With Key{% endblock %} {% block content %}

Authenticate With Key

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