{% extends '_base.html' %} {% load form_helpers %} {% block title %}User Key{% endblock %} {% block content %}

User Key

{% include 'users/inc/profile_nav.html' with active_tab="userkey" %}
{% if userkey.is_active %} {% endif %}
{% csrf_token %}
{% render_field form.public_key %}
Cancel
{% endblock %} {% block javascript %} {% endblock %}