{% extends "locksmith/base.html" %} {% block title %}API Registration{% endblock title %} {% block content %}

Sign Up

Please fill out the form below and an API key will be emailed to you.

Already registered? Resend Key

{% csrf_token %} {% if form.non_field_errors %} {{form.non_field_errors.as_ul}} {% endif %}
{% block privacy %} {% endblock %} {% endblock content %}