{% extends 'votebase/base.html' %} {% load i18n %} {% block title %}{% trans 'API Keys' %}{% endblock %} {% block content_title %}{% trans 'API Keys' %}{% endblock %} {% block body_class %}change-password{% endblock %} {% block content %} {% include 'votebase/helpers/tabs.html' with active='api_keys' %}
{% trans 'To authorize to the VoteHub system through API, you need an API key. This key needs to be send with every API request. Keep your API key secret!' %}

{% trans 'Your API key is:' %} {{ user.profile.api_key }}

{#{% trans 'Current API documentation is available here: ' %}{% trans 'download' %}#}
{% endblock %}