recon/templates/navi/api_keys.html

8 lines
375 B
HTML
Raw Normal View History

{% extends "base.html" %}
{% block content %}
<h3 style="color:var(--orange);margin-bottom:16px;">API Keys</h3>
<div class="panel">
<p class="text-dim">Per-user API key management is coming soon.</p>
<p class="text-dim" style="margin-top:8px;font-size:11px;">This will allow generating keys for programmatic access to the Navi contacts API.</p>
</div>
{% endblock %}