{% extends "locksmith/base.html" %} {% block title %}API Key Confirmation{% endblock title %} {% block content %} {% if error %}

Error Activating Key

Could not activate key: {{error}}. {% else %}

Key Successfully Activated!

Your API key has been successfully activated, you may now use the API. {% endif %} {% endblock content %}