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

API Registration Successful

Please check your email on instructions for activating your API key.

Email:
{{key.email}}
Name:
{{key.name}}
Organization Name:
{{key.org_name}}
Organization URL:
{{key.org_url}}
Usage:
{{key.usage}}
Signup Time:
{{key.issued_on}}
{% endblock content %}