{% extends "base.html" %} {% load i18n %} {% block content %}
{% trans "Private key:" %}
{% blocktrans trimmed %} Copy and paste this block of text into the 'private key' field in {{ relate_site_name }}. {% endblocktrans %}
{{ public_key }}
{% trans "Public key:" %}
{% blocktrans trimmed %} On Bitbucket, GitHub, or an other repository hosting site, add this snippet as an "SSH Key" to your user profile or as a "Deployment key" to your repository. {% endblocktrans %}
{{ private_key }}{% endblock %}