{% extends "base.html" %} {% block title %}API Keys{% endblock title %} {% block header %}API Keys{% endblock header %} {% block content %} These are the API keys for the currently logged in user.
Username | {{ user.username }} |
---|---|
API Key | {{ user.api_key.key }} |